Releases: Elephant418/Markdownify
Releases · Elephant418/Markdownify
v2.3.3
Compare
Sorry, something went wrong.
No results found
tzi
released this
23 Mar 14:59
Fix: ordered and unordered list spacing when text follows a list (#46 )
Fix: convert headerless tables with an empty Markdown header row (#44 )
Fix: convert multiline inline code to fenced code blocks (#34 )
Feature: support unquoted HTML attribute parsing
Feature: ignore Word o:p tags while preserving their contents
Feature: add ConverterExtra::setAddCssClass(false) to disable Markdown Extra CSS selector output
v2.3.2
Compare
Sorry, something went wrong.
No results found
tzi
released this
23 Mar 14:02
Support: PHP 8.5
Fix: remove dynamic properties deprecated on modern PHP versions
Test: update PHPUnit configuration for current PHP releases
v2.3.1
Compare
Sorry, something went wrong.
No results found
tzi
released this
22 Jan 16:34
Fix: PHP 7.3 support (#36 )
v2.3.0
Compare
Sorry, something went wrong.
No results found
tzi
released this
27 Mar 15:00
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
Compare
Sorry, something went wrong.
No results found
tzi
released this
22 Dec 11:06
Fix: Allow to strip tags (#25 )
v2.2.1
Compare
Sorry, something went wrong.
No results found
tzi
released this
21 Sep 13:04
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
Compare
Sorry, something went wrong.
No results found
tzi
released this
07 Sep 10:59
Fix: Reset state between each parsing (#20 )
Thanks to @danhanly 🍰
v2.1.11
Compare
Sorry, something went wrong.
No results found
tzi
released this
19 Feb 10:03
Handle empty table cell conversion (#15 )
v2.1.10
Compare
Sorry, something went wrong.
No results found
tzi
released this
10 Feb 10:15
Handle nested table (#14 )
Thanks to @cleentfaar
v2.1.9
Compare
Sorry, something went wrong.
No results found
tzi
released this
01 Apr 09:57
Fix: Handle HTML breaks & spaces in a less destructive way (#13 ).
Thanks to @pkruithof !