diff options
Diffstat (limited to 'templates/shortcodes/mermaid.html')
| -rw-r--r-- | templates/shortcodes/mermaid.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/shortcodes/mermaid.html b/templates/shortcodes/mermaid.html deleted file mode 100644 index 88bbdc4..0000000 --- a/templates/shortcodes/mermaid.html +++ /dev/null @@ -1,8 +0,0 @@ -{% set invertible = invertible | default(value=true) %} -{% set full_width = full_width | default(value=false) %} -<noscript> - <strong>⚠️ JavaScript is required to render the diagram.</strong> -</noscript> -<pre class="mermaid{% if invertible %} invertible-image{% endif %}{% if full_width %} full-width{% endif %}"> - {{ body | safe }} -</pre> |
