andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 39 forks source link

Mathjax fix #343

Closed bjones1 closed 8 years ago

bjones1 commented 8 years ago

This places a better Markdown MathJax extension in the preview plugin and uses it instead.

andreikop commented 8 years ago

Hmm. I'm not sure it is a good idea to include to the sources a package which is available from pip, but ok, let's do it. It seems like this pull request should be for v15.11 but not for master. Will merge manually tomorrow

andreikop commented 8 years ago

This extension works fine with markdown 2.6 from pip, but not with markdown 2.4 from Ubuntu 14.04 repo. Bryan, maybe you can check this? I think the fix will be simple. Seems like something has changed about extension configuration.

bjones1 commented 8 years ago

I'll take a look!

bjones1 commented 8 years ago

Fixed -- see https://github.com/mitya57/python-markdown-math/pull/7. I'll update this pr as well.

bjones1 commented 8 years ago

Rebased to v15.11 branch.

andreikop commented 8 years ago

Cool. Merged it to v15.11