Minor tweak to previous commit.

This commit is contained in:
David Anson 2020-12-30 16:45:15 -08:00
parent 2a198a5ee4
commit 428cf20dc4

View file

@ -917,7 +917,7 @@ To fix this, remove the trailing punctuation:
Note: The `punctuation` parameter can be used to specify what characters count Note: The `punctuation` parameter can be used to specify what characters count
as punctuation at the end of a heading. For example, you can change it to as punctuation at the end of a heading. For example, you can change it to
`".,;:"` to allow headings that end with an exclamation point. Question marks is `".,;:"` to allow headings that end with an exclamation point. `?` is
allowed by default because of how common it is in headings of FAQ-style documents. allowed by default because of how common it is in headings of FAQ-style documents.
Setting the `punctuation` parameter to `""` allows all characters - and is Setting the `punctuation` parameter to `""` allows all characters - and is
equivalent to disabling the rule. equivalent to disabling the rule.