Admonitions

Apply styling to a side element with the admonition syntax. This is three ! or ? characters followed by the block class and then a title.

The text is indented after the title line.

??? note "Title"
    Block style with class and title  

??? note
    Collapse block style

???+ note
    Collapse block style open by default

Using + creates a collapsible block in the website version (TODO: not working)

Note

Collapse block style

Admonition Samples

abstract style

Block text

  • Carries on
  • List item
bug style

Text block here

danger style

Text block here

example style

Text block here

error style

Text block here

help style

Text block here

info style

Text block here

note style

Text block here

quote style

Text block here

success style

Text block here

tip style

Text block here

warning style

Text block here