allowIntraWord property

bool allowIntraWord
final

Whether to allow intra-word delimiter runs. CommonMark emphasis and strong emphasis does not allow this, but GitHub-Flavored Markdown allows it on strikethrough.

Implementation

final bool allowIntraWord;