CMS MADE SIMPLE FORGE

Name Type Description
Markdown Parser Module 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
Markdown Module Markdown to provide a WYSIWYG and a markdown Parser.