Is there a utility that will automatically convert my Markdown content to HTML on-the-fly within an HTML page?
So that I could easily embed markdown content within an HTML page like so?
<BODY>
<div class="slide" id="what1">
<MARKDOWN>
# Blah blah blah.
Markdown *style* (content)[http://google.com]
</MARKDOWN>