mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
* fix(markdown): ensure correct parsing of nested lists Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com> * chore: update dependencies in uv.lock file Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com> --------- Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
13 lines
131 B
Markdown
Vendored
13 lines
131 B
Markdown
Vendored
Content before first heading
|
|
|
|
## Some heading
|
|
|
|
<!-- This is HTML -->
|
|
|
|
- A. first
|
|
- subitem
|
|
- B. second
|
|
- 2\. strange
|
|
|
|
The end!
|