mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
fix: improve HTML layer detection, various MD fixes (#1241)
Some checks failed
Run Docs CD / build-deploy-docs (push) Failing after 1m31s
Run Docs CI / build-docs (push) Failing after 54s
Some checks failed
Run Docs CD / build-deploy-docs (push) Failing after 1m31s
Run Docs CI / build-docs (push) Failing after 54s
Markdown fixes: - properly propagate section header levels - improve handling of list subroots without text Signed-off-by: Panos Vagenas <pva@zurich.ibm.com>
This commit is contained in:
12
tests/data/md/mixed_without_h1.md
Normal file
12
tests/data/md/mixed_without_h1.md
Normal file
@@ -0,0 +1,12 @@
|
||||
Content before first heading
|
||||
|
||||
## Some heading
|
||||
|
||||
<!-- This is HTML -->
|
||||
|
||||
- A. first
|
||||
- subitem
|
||||
- B. second
|
||||
- 2. strange
|
||||
|
||||
The end!
|
||||
Reference in New Issue
Block a user