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
block of html on your page.
::::yaml
---
Only:
environment: 'dev'
---
SSViewer:
source_file_comments: true
```yaml
---
Only:
environment: 'dev'
---
SSViewer:
source_file_comments: true
```