Docling/tests/data/md/mixed_without_h1.md
Panos Vagenas 9210812bfa
fix: improve HTML layer detection, various MD fixes (#1241)
Markdown fixes:
- properly propagate section header levels
- improve handling of list subroots without text

Signed-off-by: Panos Vagenas <pva@zurich.ibm.com>
2025-03-26 16:07:14 +01:00

13 lines
130 B
Markdown
Vendored

Content before first heading
## Some heading
<!-- This is HTML -->
- A. first
- subitem
- B. second
- 2. strange
The end!