Use double quotes in JSON example

This commit is contained in:
Jan Aagaard 2017-01-29 09:50:53 +01:00 committed by GitHub
parent 56f3abe600
commit bba5cfd063

View file

@ -598,7 +598,7 @@ To fix this, remove any trailing punctuation:
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
`'.,;:!'` 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.
## MD027 - Multiple spaces after blockquote symbol