Elephant418 Markdownify Versions Save

The HTML to Markdown converter for PHP

v2.3.1

5 years ago
  • Fix: PHP 7.3 support (#36)

v2.3.0

6 years ago
  • Support: Remove PHP5.3 & hhvm support
  • Fix: inline spacing and empty tag (#33)
  • Fix: aside element conversion (#35)
  • License: use the MIT license for now
  • Refactor: use brackets notation for array (#28)

v2.2.2

6 years ago
  • Fix: Allow to strip tags (#25)

v2.2.1

7 years ago
  • Fix: Moving trailing whitespace from inline elements outside of the element (#21)
  • Feature: Use PSR-4
  • Feature: PHP 7.0 support in continuous integration
  • Doc: Update of the README

Special thanks to @u-nico

v2.2.0

7 years ago
  • Fix: Reset state between each parsing (#20)

Thanks to @danhanly :cake:

v2.1.11

8 years ago
  • Handle empty table cell conversion (#15)

v2.1.10

8 years ago
  • Handle nested table (#14)

Thanks to @cleentfaar

v2.1.9

9 years ago
  • Fix: Handle HTML breaks & spaces in a less destructive way (#13).

Thanks to @pkruithof!

v2.1.8

9 years ago
  • Fix: Use alternative italic character
  • Fix: Handle HTML breaks inside another tag
  • Fix: Handle HTML spaces around tags

Thanks to @fieg!

v2.1.5

9 years ago

Add display settings

  • Test: Add tests for footnotes after every paragraph or not
  • Feature: Allow to display link reference in paragraph, without footnotes