We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349f7da commit 5b09c28Copy full SHA for 5b09c28
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v2.21.1](https://github.com/DS4SD/docling-core/releases/tag/v2.21.1) - 2025-02-28
2
+
3
+### Fix
4
5
+* **markdown:** Fix handling of ordered lists ([#175](https://github.com/DS4SD/docling-core/issues/175)) ([`349f7da`](https://github.com/DS4SD/docling-core/commit/349f7daa0c20c861134cffb28177eaaf48b27ae5))
6
7
## [v2.21.0](https://github.com/DS4SD/docling-core/releases/tag/v2.21.0) - 2025-02-27
8
9
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-core"
-version = "2.21.0"
+version = "2.21.1"
description = "A python library to define and validate data types in Docling."
license = "MIT"
authors = [
0 commit comments