Flask-pagedown And Mathjax
I managed to implement PageDown in my Flask app via Flask-PageDown, following instructions here. That works fine, but mathematical expressions (MathJax) of the type: $$ .... $$ ar
Solution 1:
It's said that you want to use the MATHJAX in your flask app just as Octopress did, right?
Maybe you need this one: python-markdown-math, which is recommended by python-markdown.
Hopes it will help you. Gook luck.
Post a Comment for "Flask-pagedown And Mathjax"