extended-ascii
Requires text to contain only ASCII characters, with limited exceptions.
Rule Details
Section titled “Rule Details”This rule reports non-ASCII characters in regular text. However, the check mark, cross mark, and box-drawing characters are allowed.
<!-- Bad -->
“Smart quotes”
<!-- Good -->
"Straight quotes"Options
Section titled “Options”This rule is not configurable.
