diff options
Diffstat (limited to 'src/themes/serene/templates/shortcodes/mermaid.html')
-rw-r--r-- | src/themes/serene/templates/shortcodes/mermaid.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/themes/serene/templates/shortcodes/mermaid.html b/src/themes/serene/templates/shortcodes/mermaid.html new file mode 100644 index 0000000..3d3725d --- /dev/null +++ b/src/themes/serene/templates/shortcodes/mermaid.html @@ -0,0 +1,3 @@ +<pre class="mermaid"> + {{ body }} +</pre> \ No newline at end of file |