Module Parser.Markdown
- Description
This is a port of the Javascript Markdown parser 'Marked' https://github.com/chjj/marked. The only method needed to be used is parse() which will transform Markdown text to HTML.
For a description on Markdown, go to the web page of the inventor of Markdown https://daringfireball.net/projects/markdown/.