- LaTeX-looking words (matching
\[A-Za-z]{
) are unescaped if commonmark escaped the leading backslash.
- Inline math (that starts and ends with a
$
character) is treated like R code during text-wrapping. It is protected from line breaks and having\
escapes from being inserted.
- Added support for avoiding inserting line breaks into
bookdown
cross-references (such asFigure\ \@ref(fig:example)
).
- Added a
NEWS.md
file to track changes to the package.