Merge pull request #6882 from robbieaverill/patch-6

DOCS Fix broken markdown rendering in 03_Template_debugging.md
This commit is contained in:
Loz Calver 2017-05-09 09:38:28 +01:00 committed by GitHub
commit 7ae203908f

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
```