codeBlockHeader
The codeBlockHeader
-helper will insert the three back ticks into the resulting markdown with the name specified as a parameter as the code block type.
will result in:
markdown
```text
The codeBlockHeader
-helper will insert the three back ticks into the resulting markdown with the name specified as a parameter as the code block type.
{{codeBlockHeade 'text'}}
will result in:
```text