Ionaru / easy-markdown-editor

EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://stackblitz.com/edit/easymde
MIT License
2.45k stars 319 forks source link

Support for Textile possible? #199

Open appel opened 4 years ago

appel commented 4 years ago

Thanks for continuing the great work, I really appreciate it as it seems to be one of the best MarkDown editors out there.

My guess is this feature request is out of scope, but since it has not been mentioned before in the issues I figured it can't hurt to just ask. Is there any way for EasyMDE to support Textile as an alternative to MarkDown? I've been using Textile for years so it's a bit hard at times to overcome muscle memory.

Ionaru commented 4 years ago

The default markdown renderer can be overwritten with the previewRender option. This should work with Textile.