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