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