lonely apos - bhsd-harry/wikiparser-node GitHub Wiki
⚠️ By default, this rule reports plain-text apostrophes next to bold or italic apostrophes as warnings.
Examples
Examples of incorrect code for { "lonely-apos": 2 }:
''''Foo''''
Options
word
This option can be configured to specify the severity of plain-text apostrophes as part of a word.
Examples of incorrect code for { "lonely-apos": [ 0, { "word": 2 } ] }:
''Foo'''
Examples of correct code for { "lonely-apos": [ 2, { "word": 0 } ] }:
''Foo'''