Closed muelphil closed 3 years ago
Hello, @muelphil.
You are right, It should be adding a space after that command. I released a new version on PR #6 that fix this problem. It is not happening anymore on version v1.1.0 that is now available on npm.
Thank you for your report!
Using MathJax to generate MathML for the asciimath string
a=>b
givesUsing convert yields
a\Rightarrowb
, resulting in an invalid Latex command, because there is no space inserted after\Rightarrow
.