mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-18 06:50:12 +01:00
Use double quotes in JSON example
This commit is contained in:
parent
56f3abe600
commit
bba5cfd063
1 changed files with 1 additions and 1 deletions
|
|
@ -598,7 +598,7 @@ To fix this, remove any trailing punctuation:
|
||||||
|
|
||||||
Note: The punctuation parameter can be used to specify what characters class
|
Note: The punctuation parameter can be used to specify what characters class
|
||||||
as punctuation at the end of the header. For example, you can set it to
|
as punctuation at the end of the header. For example, you can set it to
|
||||||
`'.,;:!'` to allow headers with question marks in them, such as might be used
|
`".,;:!"` to allow headers with question marks in them, such as might be used
|
||||||
in an FAQ.
|
in an FAQ.
|
||||||
|
|
||||||
## MD027 - Multiple spaces after blockquote symbol
|
## MD027 - Multiple spaces after blockquote symbol
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue