diff options
author | sptaule <lecas83@gmail.com> | 2022-01-24 18:36:50 +0100 |
---|---|---|
committer | sptaule <lecas83@gmail.com> | 2022-01-24 18:36:50 +0100 |
commit | 336fd3f7566c7872c17b30f7cd150e1d16899205 (patch) | |
tree | 2761022d83f35c3ea839d00eb63dfb7f0a91a713 /templates/shortcodes/mermaid.html | |
download | garagehq.deuxfleurs.fr-336fd3f7566c7872c17b30f7cd150e1d16899205.tar.gz garagehq.deuxfleurs.fr-336fd3f7566c7872c17b30f7cd150e1d16899205.zip |
First commit
Diffstat (limited to 'templates/shortcodes/mermaid.html')
-rwxr-xr-x | templates/shortcodes/mermaid.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/shortcodes/mermaid.html b/templates/shortcodes/mermaid.html new file mode 100755 index 0000000..18395a6 --- /dev/null +++ b/templates/shortcodes/mermaid.html @@ -0,0 +1 @@ +<div class="mermaid is-flex is-justify-content-center is-align-items-center">{{body}}</div> |