Skip to content

Release 0.4.5

Compare
Choose a tag to compare
@ericof ericof released this 03 Mar 20:23
· 38 commits to main since this release

0.4.5 (2023-03-03)

Bug Fixes

  • Fix #20 by dropping span elements without any value (442ee31)
  • Fix #21 by unwrapping images inside span (78474aa)
  • Fix broken result when there is a div inside a table cell (5aba8ce)
  • Fix handling of whitespace between tags (5469f9d)
  • Fix issues #16 and #17 by placing text and inline elements outside a block element into paragraphs (34c602a)

Maintenance