Admonitions

Admonitions

AsciiDoc admonitions are converted to info, note or warning blocks in Confluence.

Notes

Notes are displayed using the "info" macro.

[NOTE] ==== this is a note ====

this is a note

Tips

Tips are displayed using the "tip" macro.

[TIP] ==== this is a tip ====

this is a tip

Cautions / Warnings

Cautions and warnings are displayed using the "note" macro.

[WARNING] ==== this is a warning ====

this is a warning

Important Messages

Important messages are displayed using the "warning" macro.

[IMPORTANT] ==== this is an important message ====

this is an important message

Admonition with Title

Admonition titles are displayed as title of the corresponding block in Confluence:

[NOTE] .Note Title ==== this is a note with title ====

Note Title

this is a note with title