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

Convert HTML to Markdown with PHP

Results 15 html-to-markdown issues
Sort by recently updated
recently updated
newest added

### Version(s) affected 5.1.1 ### Description there are error occurs when table has rowspan or colspan ### How to reproduce Month Savings Savings for holiday! January $100 $50 February $80...

### Version(s) affected 5.1 ### Description I've found an issue where the HTML generated by the WP Gutenberg editor is resulting in incorrect markdown. As you can see in the...

### Version(s) affected 5.1.1/5.2.x ### Description When using `'use_autolinks' => true` it can fail on cases where link's href and text are encoded differently using: - HTML encoding (`&` `&`,...

### Version(s) affected 5.1.1 ### Description When there is an empty HTML tag it breaks the parsing of the sibling if it's the same tag ### How to reproduce `...

### Version(s) affected 5.1.1 ### Description Codeblocks with closing `` or `` tags will add closing tags to the resulting document. ```html </body> ``` ~~~md ``` ``` ~~~ or ~~~md...