diff --git a/docs/en/02_Developer_Guides/07_Debugging/03_Template_debugging.md b/docs/en/02_Developer_Guides/07_Debugging/03_Template_debugging.md index fe1cf8654..78a877183 100644 --- a/docs/en/02_Developer_Guides/07_Debugging/03_Template_debugging.md +++ b/docs/en/02_Developer_Guides/07_Debugging/03_Template_debugging.md @@ -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 +```