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