mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
feat: leverage new list modeling, capture default markers (#1856)
* chore: update docling-core & regenerate test data Signed-off-by: Panos Vagenas <pva@zurich.ibm.com> * update backends to leverage new list modeling Signed-off-by: Panos Vagenas <pva@zurich.ibm.com> * repin docling-core Signed-off-by: Panos Vagenas <pva@zurich.ibm.com> * ensure availability of latest docling-core API Signed-off-by: Panos Vagenas <pva@zurich.ibm.com> --------- 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