mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
5 lines
185 B
HTML
5 lines
185 B
HTML
{{- /* Mermaid support for code fences extended and shortcodes. */ -}}
|
|
<pre class="mermaid">{{ .Inner | safeHTML }}</pre>
|
|
<template>{{ .Inner | safeHTML }}</template>
|
|
{{- /* EOF */ -}}
|