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 7ed4d22 commit 89fce70Copy full SHA for 89fce70
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v2.23.3](https://github.com/docling-project/docling-core/releases/tag/v2.23.3) - 2025-03-19
2
+
3
+### Fix
4
5
+* **markdown:** Fix ordered list numbering ([#200](https://github.com/docling-project/docling-core/issues/200)) ([`7ed4d22`](https://github.com/docling-project/docling-core/commit/7ed4d225b67dd41aa2c3e7c0d4b2b96f9e95114e))
6
7
## [v2.23.2](https://github.com/docling-project/docling-core/releases/tag/v2.23.2) - 2025-03-18
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-core"
-version = "2.23.2"
+version = "2.23.3"
description = "A python library to define and validate data types in Docling."
license = "MIT"
authors = [
0 commit comments