TheDigitalCatOnline / blog_source

Source code of the blog
16 stars 6 forks source link

Use double-quotes for proper JSON syntax highlighting #2

Closed delirious-lettuce closed 7 years ago

delirious-lettuce commented 7 years ago

Currently, the JSON syntax highlighting is messed up because of single quotes.

json_syntax

I replaced the single-quotes with double-quotes to fix this minor issue.

Also, the "Starting Point" code block now uses ``` json for consistency (the two JSON only code blocks will now have matching colors and syntax highlighting).

lgiordani commented 7 years ago

Thanks!

delirious-lettuce commented 7 years ago

No problem! Thanks again for the article.