Admonitions
Examples of creating admonitions. More info available at docs.asciidoctor.org/asciidoc/latest/blocks/admonitions/.
| This is a tip. |
TIP: This is a tip.
| This is a note. |
NOTE: This is a note.
| This is a caution. |
CAUTION: This is a caution.
| This is a warning. |
WARNING: This is a warning.
|
You can use this syntax to add more than one line to an admonition.
|
[IMPORTANT]
====
You can use this syntax to add more than one line to an admonition.
. Step 1
. Step 2
. Step 3
====
Was this helpful?