Skip to content

Releases: docling-project/docling-core

v2.21.1

28 Feb 07:37
Compare
Choose a tag to compare

Fix

  • markdown: Fix handling of ordered lists (#175) (349f7da)

v2.21.0

27 Feb 10:40
Compare
Choose a tag to compare

Feature

  • Add inline groups, revamp Markdown export incl. list groups (#156) (2abaf9b)

Fix

  • markdown: Fix case of leading list (#174) (c77c59b)
  • Properly handle missing page image case for export_to_html (#166) (4708f93)

v2.20.0

19 Feb 08:53
Compare
Choose a tag to compare

Feature

v2.19.1

17 Feb 14:40
Compare
Choose a tag to compare

Fix

  • Expose included_content_layers arg in export/save methods for MD+HTML (#164) (c46995b)

v2.19.0

17 Feb 11:45
Compare
Choose a tag to compare

Feature

  • Redefine CodeItem as floating object with captions (#160) (916323f)
  • Implementation of doc tags (#138) (f751b45)

Fix

  • Document Tokens (doc tags) clean up, fix iterate_items for content_layer (#161) (58ed6c8)
  • Fix inheritance of CodeItem for backward compatibility (#162) (7267c3f)

v2.18.1

13 Feb 06:30
Compare
Choose a tag to compare

Fix

v2.18.0

10 Feb 10:25
Compare
Choose a tag to compare

Feature

  • Add ContentLayer attribute to designate items to body or furniture (#148) (786f0c6)

v2.17.2

06 Feb 15:22
Compare
Choose a tag to compare

Fix

  • Define LTR/RTL text direction in HTML export (#152) (3cf31cb)

v2.17.1

03 Feb 15:11
Compare
Choose a tag to compare

Fix

  • Image fallback for malformed equations (#149) (eb9b4b3)

v2.17.0

03 Feb 08:31
Compare
Choose a tag to compare

Feature

  • HTML: Fallback showing formulas as images (#146) (23477f7)
  • HTML: Export formulas with mathml (#144) (ed36437)

Fix

  • Add html escape in md export and fix formula escapes (#143) (c6590e8)