Alerts and Admonition Syntax Test
This article comprehensively tests the Alerts Markdown syntax extension and Admonition shortcode functionality in the FixIt theme.
Basic Alerts Syntax
Note
Highlights information that users should take into account, even when skimming.
Tip
Optional information to help a user be more successful.
Important
Crucial information necessary for users to succeed.
Warning
Critical content demanding immediate user attention due to potential risks.
Caution
Negative potential consequences of an action.
Extended Alerts Syntax
Custom Titles
A clean, elegant but advanced Hugo theme.
Foldable Alerts
Create foldable alerts by adding a plus (+) or minus (-) directly after the type identifier:
Do not approach or handle without protective gear.
Yes! In a foldable alert, the contents are hidden when collapsed.
Nested Alerts
Alerts can be nested in multiple levels:
Supported types
This is a note type alert example.
This is an abstract type alert example. Aliases: summary
, tldr
This is an info type alert example.
This is a todo type alert example.
This is a tip type alert example. Aliases: hint
, important
This is a success type alert example. Aliases: check
, done
This is a question type alert example. Aliases: help
, faq
This is a warning type alert example. Aliases: caution
, attention
This is a failure type alert example. Aliases: fail
, missing
This is a danger type alert example. Aliases: error
This is a bug type alert example.
This is an example type alert example.
This is a quote type alert example. Aliases: cite
Admonition Shortcode
summary
, tldr
hint
, important
check
, done
help
, faq
caution
, attention
fail
, missing
error
cite