Simple Markdown to HTML converter demo using convertMd2Html($text, $cfg).
This is a sample Markdown document used as the default input for the demo.
code and fenced code blocksSimply edit the Markdown in the textarea and press Convert.
<?php
echo "Hello, world!";
?>
> A blockquote example (rendered simply here)
You can mix formatting. Here's a longer paragraph to make sure the default text spans multiple lines and gives a reasonable preview when converted. The goal is to have at least thirty lines of sample content built into this default text.
---
Thank you for trying this converter.