Is there a WMD-like WYSIWIG editor that supports Markdown Extra?

I have some editor pages in my CMS that use the WMD control to enter and display content written in Markdown.

Now we have switched to Markdown Extra (because we need tables), but WMD cannot process the new syntax to support tables. Is there a way to h4cking WMD to get it to work with ME or should I abandon this as a bad job?

+4
source share
1 answer

Try publishing Javascript MarkdownDeep .

Enable PHP additional compatibility mode with this line:

markdown.ExtraMode = true; 

This page contains additional information on how to use the tool.


enter image description here


+1
source

All Articles