4 | {{ .Title }} 5 |
6 | {{ partial "docs/post-meta" . }} 7 |8 | {{- .Content -}} 9 |
10 |8 | {{- .Content -}} 9 |
10 |2 | {{ .Inner | markdownify }} 3 |4 | -------------------------------------------------------------------------------- /site/themes/book/layouts/shortcodes/mermaid.html: -------------------------------------------------------------------------------- 1 | {{ if not (.Page.Scratch.Get "mermaid") }} 2 | 3 | 4 | 9 | {{ .Page.Scratch.Set "mermaid" true }} 10 | {{ end }} 11 | 12 |
13 | {{- .Inner -}} 14 |
15 | -------------------------------------------------------------------------------- /site/themes/book/layouts/shortcodes/section.html: -------------------------------------------------------------------------------- 1 |