What is the Markdown Editor?
This is a simple interface to convert Markdown formatted text into the HTML output that the parser produces. This editor is intended to be a lightweight interface for quickly testing Markdown formatting to ensure the output formatting looks correct. Anything you put into the large textarea will be converted with Markdown when you submit the form. Markdown parsing provided by the PHP Markdown Project.
Input Markdown
Output HTML
If you submit Markdown text, you will see the output here.
Output Source
<p><em>If you submit Markdown text, you will see the output here.</em></p>