I think markdowndeep looks promising (www.toptensoftware.com/markdowndeep). But I need a simple way to extend the functionality of it, including markdowndeepeditor. I'd like to:
- add custom syntax for some custom HTML in the server side code (.net)
- dito in the javascript code
- make it work in the MarkdownDeepEditor
- perhaps extend the toolbar with my customizations
Two examples is special syntax for non-breaking spaces ( ) and soft hyphens (­).
Is it possible? Is it easy? How do I do it?
If not. Do you know any other markdown implementations that supports .NET + JavaScript + editor with preview?
By the way: Which markdown editor does stackoverflow use these days?
Thanks!