note

noteNode

A callout for something set aside from the main line of argument. title: is the implicit attribute, and the body takes block content.

Writing with it:Callouts

#Attributes

titleImplicit
Note title. Rich text, so $maths$ and inline formatting render.Can be written as shorthand: note:value

#Allowed content

#Allowed in

#Examples

note{
    This convention is important.
}
note{
    Units must be consistent.
}(
    title: Warning
)