micahgodbolt / front-end-architecture

Raise a Banner. Take up the Torch. It's time to make Front-end Architecture matter! #frontendarch
956 stars 109 forks source link

Fixes code block by escaping backticks. #21

Closed Potherca closed 7 years ago

Potherca commented 8 years ago

In order to use triple backticks "```" inside a code block they need to be escaped.

There was an instance in book-examples/04-documentation-pillar/chapter-15-style-guides.md where this was not done, causing the text to not be properly formatted.

This pull request fixes that.