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

FixIt

A clean, elegant but advanced Hugo theme.

This is a title-only alert

Foldable Alerts

Create foldable alerts by adding a plus (+) or minus (-) directly after the type identifier:

Radiation Hazard

Do not approach or handle without protective gear.

Are alerts foldable?

Yes! In a foldable alert, the contents are hidden when collapsed.

Nested Alerts

Alerts can be nested in multiple levels:

Can alerts be nested?
Yes! They can be nested.
You can even use multiple layers of nesting.

Supported types

Note

This is a note type alert example.

Abstract

This is an abstract type alert example. Aliases: summary, tldr

Info

This is an info type alert example.

Todo

This is a todo type alert example.

Tip

This is a tip type alert example. Aliases: hint, important

Success

This is a success type alert example. Aliases: check, done

Question

This is a question type alert example. Aliases: help, faq

Warning

This is a warning type alert example. Aliases: caution, attention

Failure

This is a failure type alert example. Aliases: fail, missing

Danger

This is a danger type alert example. Aliases: error

Bug

This is a bug type alert example.

Example

This is an example type alert example.

Quote

This is a quote type alert example. Aliases: cite

Admonition Shortcode

Note
This is the default note type admonition.
Abstract
This is the default abstract type admonition. Aliases: summary, tldr
Info
This is the default info type admonition.
Todo
This is the default todo type admonition.
Tip
This is the default tip type admonition. Aliases: hint, important
Success
This is the default success type admonition. Aliases: check, done
Question
This is the default question type admonition. Aliases: help, faq
Warning
This is the default warning type admonition. Aliases: caution, attention
Failure
This is the default failure type admonition. Aliases: fail, missing
Danger
This is the default danger type admonition. Aliases: error
Bug
This is the default bug type admonition.
Example
This is the default example type admonition.
Quote
This is the default quote type admonition. Aliases: cite
0%