mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-10 13:48:13 +00:00
update backends to leverage new list modeling
Signed-off-by: Panos Vagenas <pva@zurich.ibm.com>
This commit is contained in:
4
tests/data/html/example_01.html
vendored
4
tests/data/html/example_01.html
vendored
@@ -13,5 +13,9 @@
|
||||
<li>First item in ordered list</li>
|
||||
<li>Second item in ordered list</li>
|
||||
</ol>
|
||||
<ol start="42">
|
||||
<li>First item in ordered list with start</li>
|
||||
<li>Second item in ordered list with start</li>
|
||||
</ol>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user