I\'m looking at using WMD in my project instead of my existing RadEditor. I have been reading a few posts on how to store and retrieve the data, and I want to make sure I h
I'm implementing Markdown in a Blog engine I'm writing (who doesn't write blog engines?), and I've also implemented Markdown in a number of customized CMSs I've written for clients.
I do it very similarly to how the Stack Overflow team does it:
wmd.js as the client side editor.Here are some resources that talk about Markdown:
Bottom line: