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 c344d0f commit bdc8793Copy full SHA for bdc8793
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v2.2.1](https://github.com/DS4SD/docling-core/releases/tag/v2.2.1) - 2024-10-25
2
+
3
+### Fix
4
5
+* Escaping underscore characters in md export ([#57](https://github.com/DS4SD/docling-core/issues/57)) ([`c344d0f`](https://github.com/DS4SD/docling-core/commit/c344d0fc63ac55068dac5846772e3369f71c771b))
6
7
## [v2.2.0](https://github.com/DS4SD/docling-core/releases/tag/v2.2.0) - 2024-10-24
8
9
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-core"
-version = "2.2.0"
+version = "2.2.1"
description = "A python library to define and validate data types in Docling."
license = "MIT"
authors = [
0 commit comments