php-markdown-extra-extended
php-markdown-extra-extended copied to clipboard
An fork of the PHP Markdown (Extra) project, extended with extra syntax, especially focused on adding support for more HTML attributes to outputted HTML, and for outputting HTML5.
Hi, may you add html to markdown convert support? It would be highly appreciated. With all best regards. Sincerely yours. Imp.
The following text will render okay: `````` ```php ``` `````` But this doesn't: `````` ```php ``` `````` And produce this unescaped output ``` html ```
More lists after each other causes problems, some of the items have their content wrapped in `` tags. Example input: ``` markdown * Red * Green * Blue + Red...