This version adds Markdown (GitHub flavor) support – editing and viewing.
This is an initial implementation – pretty basic. I am sure I’ve missed something – we will see.
For anyone interested:
HTML DOM to Markdown convertor code is here.
And Markdown to HTML is here . Implementation is based on generators that I’ve found quite useful for markdown parsing.