python-markdown-math icon indicating copy to clipboard operation
python-markdown-math copied to clipboard

MathJAX v3

Open gi1242 opened this issue 5 years ago • 2 comments

With MathJAX v3, the <script type='text/math'> tags are not used anymore. I updated this extension to drop that. While doing it, I realized it can be done much simpler now since the only job of the extension is to prevent the markdown parser from parsing text in math regions. This led to essentially a complete rewrite.

It's in my fork here. Feel free to use it, or parts of it as you need.

gi1242 avatar Jan 30 '20 15:01 gi1242

Great!!! Thanks! Exactly what I was looking for. I will check your reimplementation

mfrigerio17 avatar Jan 31 '20 08:01 mfrigerio17

I have added a note to README about MathJax 3.x support.

mitya57 avatar Jun 09 '20 10:06 mitya57