Module Tools.Markdown
- Description
This is a port of the Javascript Markdown parser https://github.com/chjj/marked 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/.