I am looking for a markdown parser, preferably Javascript, that I can customize. In particular, I would like to remove the option for using actual HTML tags.
I tried editing the source of showdown, but couldn't figure it out.
Jquery integration would also be nice, though not a must.
BTW, since I have started looking into markdown, I found a bunch of references on the SO blog/podcast to a rewrite of the markdown parser using a lexer/tokenizer/parser. I'm not really sure what that means, but I gather it will mean an easier to read and edit parser. I haven't been able to find any more details about it. Did this ever happen, or was it just toyed around with for a while and dropped?
One more thing: Is the SO markdown editor+preview+toolbar available anywhere? How about as a Jquery plugin? Are they still using the WMD-editor, or a rewrite?