I've noticed that the wmd editor can either output HTML or markdown. Does it make more sense to store the user input (in a database) as markdown or HTML? If as markdown, what is the best way to display it on a webpage later on (any examples would be greatly appreciated).
Given that the recommendation is store it as markdown, are there any standard converters / stylesheets / anything else to actually display it afterwards?