Download Latest Version 5.1.1.zip (43.3 kB)
Email in envelope

Get an email when there's a new version of HTML To Markdown for PHP

Home / 5.0.0
Name Modified Size InfoDownloads / 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 without href 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 unexpected DOMDocument-related errors occur

Fixed

  • Fixed complex nested lists containing heading and paragraphs (#198)
  • Fixed consecutive emphasis producing incorrect markdown (#202)
Source: README.md, updated 2021-03-29