- Many more ligatures added to the HTML converter.
- Fixed issue #40 where the optional argument to
\\
was being parsed even if preceded by a space. (E.g.,\\[10pt]
and\\ [10pt]
) were parsed the same. Not allowing the space should more closely match expected behavior.
- Better CJS support (now
unified
is compiled in rather than left as an external dependency. This is needed becauseunified
is ESM-only). minted
andlistings
environments now accept optional arguments and parse their contents verbatim. This makes them much more efficient.
- Initial support for parsing and pretty-printing of tikz environments.
- Added support for xparse
u
-type arguments. - Can now pass an
argumentParser
attribute for custom argument parsing (instead of relying on an xparse signature)