From: Dmitry S. <mi...@gm...> - 2012-08-30 14:34:43
|
Hi Waylan (and everybody subscribed)! There's a [wonderful extension][1] at GitHub that adds support for math formulas using [MathJax][2]. I've been using it myself for a while and added support for it to my [ReText editor][3] (will be available in 4.0 release). It's very small (less than 20 lines of code) and does its job well. Will it be possible to ship it by default in python-markdown? I can prepare a pull request if needed. [1]: https://github.com/mayoff/python-markdown-mathjax [2]: http://www.mathjax.org/ [3]: http://retext.sourceforge.net/ Cheers, -- Dmitry Shachnev |