-
FIX [#32] Extra separators in
<mfenced>
elements
Fixed incorrect introduction of extra delimiters when converting<mfenced>
elements. It now correctly distinguishes between aseparator
attribute with an empty string value and the absence of aseparator
attribute altogether.Correctly maps
mrow
with separators andmtable
tocases
environment.
Thanks to @devraj112 and @NoobDude231 for the reports. -
FIX [#33] Add
<mspace linebreak="newline"/>
support
Newlines inmspace
tags are now translated to\\
in LaTeX.
Thanks to @sagnikpaul2882 for reporting. -
FIX [#35 ] Incorrect LaTeX mappings for accents
Corrected swapped acute/grave accent mappings and fixed double acute conversion.
Thanks to @daniel-chou-rainho for reporting and fixing the issue.