├── .gitignore ├── README.md └── mdx_mathjax.py /.gitignore: -------------------------------------------------------------------------------- 1 | mdx_mathjax.pyc 2 | README.html 3 | __pycache__ 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayoff/python-markdown-mathjax/HEAD/README.md -------------------------------------------------------------------------------- /mdx_mathjax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayoff/python-markdown-mathjax/HEAD/mdx_mathjax.py --------------------------------------------------------------------------------