Notice: This project is marked as stale. This means that it may work fine, but it
has no file releases or repository commits in over a year. Use your own
discretion when using this project.
Markdown Parser
In a first time this project will allow you to transform Markdown text into HTML. This module will be also used in the WIKI and in the FORGE (v2). You have the choice between 3 different engine to process the Markdown, you can call the function inside a template : {$var|markdown} or inside your module : Parser::process($text).
Be aware that the language Markdown is not securized against XSS vulnerability, so you shouldn't process data sended by untrusted people. But "in case of", i've implemented some protections inside the module to allow you doing that... yes i know :)
All the informations can be found on Github : https://github.com/besstiolle/markdown