DOCS Fix broken markdown rendering in 03_Template_debugging.md

This commit is contained in:
Robbie Averill 2017-05-08 17:40:02 +12:00 committed by GitHub
parent 27bca14f86
commit f2b21fb828

View File

@ -10,10 +10,11 @@ to track down a template or two. The template engine can help you along by displ
source code comments indicating which template is responsible for rendering each source code comments indicating which template is responsible for rendering each
block of html on your page. block of html on your page.
::::yaml ```yaml
--- ---
Only: Only:
environment: 'dev' environment: 'dev'
--- ---
SSViewer: SSViewer:
source_file_comments: true source_file_comments: true
```