Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
5.0.0.tar.gz | 2021-03-29 | 22.0 kB | |
5.0.0.zip | 2021-03-29 | 38.5 kB | |
README.md | 2021-03-29 | 875 Bytes | |
Totals: 3 Items | 61.4 kB | 1 |
Added
- Added support for tables (#203)
- This feature is disable by default - see README for how to enable it
- Added new
strip_placeholder_links
option to strip<a>
tags withouthref
attributes (#196) - Added new methods to
ElementInterface
:hasParent()
getNextSibling()
getPreviousSibling()
getListItemLevel()
- Added several parameter and return types across all classes
- Added new
PreConverterInterface
to allow converters to perform any necessary pre-parsing
Changed
- Supported PHP versions increased to PHP 7.2 - 8.0
HtmlConverter::convert()
may now throw a\RuntimeException
when unexpectedDOMDocument
-related errors occur
Fixed
- Fixed complex nested lists containing heading and paragraphs (#198)
- Fixed consecutive emphasis producing incorrect markdown (#202)