mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOCS Fix broken markdown rendering in 03_Template_debugging.md
This commit is contained in:
parent
27bca14f86
commit
f2b21fb828
@ -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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user