pulldown-cmark-to-cmark
pulldown-cmark-to-cmark copied to clipboard
enable upcomgin math support
https://github.com/raphlinus/pulldown-cmark/pull/622
Thanks a lot.
This PR can be merged when upstream support for math is available via crates.io and once there is a test to show it off, and it can stay in draft state until that's possible.
when upstream support for math is available via crates.io
FYI, pulldown-cmark 0.11 has been released with math support
There is some breakage between 0.10 and 0.11 in the API, and it's going to be a few weeks before I get around to it.
With #75 , Math-Support was added already, hence I think this one can be closed.
If there is anything missing, please open a new specific PR.