feature: added code renderer blocks that parse markdown code blocks into HTML
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
<pre class="abc">
|
||||||
|
{{ .Inner | htmlEscape | safeHTML }}
|
||||||
|
</pre>
|
||||||
|
{{ .Page.Store.Set "hasAbc" true }}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
<pre class="mermaid">
|
||||||
|
{{ .Inner | htmlEscape | safeHTML }}
|
||||||
|
</pre>
|
||||||
|
{{ .Page.Store.Set "hasMermaid" true }}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
<pre class="jtab">
|
||||||
|
{{ .Inner | htmlEscape | safeHTML }}
|
||||||
|
</pre>
|
||||||
|
{{ .Page.Store.Set "hasTab" true }}
|
||||||
Reference in New Issue
Block a user