justinvh / Markdown-LaTeX

This Markdown extension adds inline LaTeX support without the need for external images.
Other
127 stars 15 forks source link

No Python3 support #20

Closed zeusttu closed 4 years ago

zeusttu commented 9 years ago

Code only works in Python2. I need it to run in Python3 for a Gedit plugin.

rndAdn commented 9 years ago

My Python 3 version of this extension.

https://github.com/T-800/Markdown-latex-python3

zeusttu commented 9 years ago

I've been working on it myself too, but in a way that tries to be compatible with both Python2 and Python3. I've also fixed some other things like putting temporary files in /tmp instead of the working directory, so I think I'm sticking with my code which is almost ready for a merge. Though I also took a look at your code which seems to use svg instead of png, I like that, maybe I'm gonna do that too!

zeratax commented 4 years ago

I guess this can be closed now, since #21 has been merged?

zeusttu commented 4 years ago

To be honest this is so long ago that I barely remember working with this. As a result I'm not really in the position to tell whether it's really fixed at this point, but you're probably right that it is. I'll just close this issue, if anyone still has problems with this they can chime in and we can reopen it.

Thanks for reminding me that I sometime created this!