fixed asciidoc admonitions.

This commit is contained in:
Gabe Venberg 2023-07-06 16:50:40 -05:00
parent 52e49beff6
commit 9041aafcfd
5 changed files with 34 additions and 12 deletions

12
archetypes/default.adoc Normal file
View file

@ -0,0 +1,12 @@
+++
title = "{{ replace .Name "-" " " | title }}"
date = {{ .Date }}
draft = true
+++
:caution-caption: pass:[<span style="font-size: 2em">☠</span>]
:important-caption: pass:[<span style="font-size: 2em">❗</span>]
:note-caption: pass:[<span style="font-size: 2em">✏️</span>]
:tip-caption: pass:[<span style="font-size: 2em">💡</span>]
:warning-caption: pass:[<span style="font-size: 2em">⚠</span>]
:toc:
:toclevels: 6