jpfleury / gedit-markdown

Support for Markdown language in gedit
GNU General Public License v3.0
131 stars 29 forks source link

Support for other implementation (eg. kramdown)? #7

Open J-Moravec opened 9 years ago

J-Moravec commented 9 years ago

Would it be possible to support other implementation and flavours? Most useful would be (I think) GFM and kramdown.

darkdragon-001 commented 4 years ago

This issue is fixed in my fork: https://github.com/darkdragon-001/gedit-markdown/

Specifically, one can load arbitrary python-markdown extensions. See a list of some of them here. I personally recommend pymdown-extensions.

Please test the latest release. Pull requests are always welcome!