php-markdown icon indicating copy to clipboard operation
php-markdown copied to clipboard

Parser for Markdown and Markdown Extra derived from the original Markdown.pl by John Gruber.

Results 111 php-markdown issues
Sort by recently updated
recently updated
newest added

If I have this HTML: ```html ``` It is transformed into: ```html <img src="example.png" alt="Alt text With Multiple newlines." > ``` Changing this line: https://github.com/michelf/php-markdown/blob/51613168d71787b0fe8472166ccbfa8d285c02cd/Michelf/MarkdownExtra.php#L342 to ```php protected string $clean_tags_re...