The insane code and math shortcuts work very analogously and are therefore described together in this section.
The insane inline code syntax:and is equivalent to the sane:
a `b c` d
which renders as:
ab c
d
a \c[[b c]] d
The insane block code:and is equivalent to the sane:
a
``
b c
``
d
which renders as:
ab c
d
a
\C[[
b c
]]
d