php-markdown-extra-extended icon indicating copy to clipboard operation
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.

Results 3 php-markdown-extra-extended issues
Sort by recently updated
recently updated
newest added
trafficstars

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 ```

Security

More lists after each other causes problems, some of the items have their content wrapped in `` tags. Example input: ``` markdown * Red * Green * Blue + Red...

Bug