Syntax highlight for template code block in Discourse
Code blocks in Discourse can be entered with ``` (three backquotes) before and after the block.
For template code, you can start with ```html to get nice syntax highlight like below.
<Loop type=post count=3>
<Field t…
|