fixed asciidoc admonitions.
This commit is contained in:
parent
52e49beff6
commit
9041aafcfd
5 changed files with 34 additions and 12 deletions
12
archetypes/default.adoc
Normal file
12
archetypes/default.adoc
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue