Parses markdown to html.
The markdown to parse.
A custom parser that can be ued to customize certain markdown parts. (If it returns null, then it will skip to the default parser.)
A string equivalent to the parsed html from the markdwon.
See Implementation
Parses markdown to html.