mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
* re-implement links for html backend. Signed-off-by: Roman Kayan BAZG <roman.kayan@bazg.admin.ch> * fix inline groups in list items. write specific test for find_parent_annotation of _extract_text_and_hyperlink_recursively. Signed-off-by: Roman Kayan BAZG <roman.kayan@bazg.admin.ch> * implement hack for images. Signed-off-by: Roman Kayan BAZG <roman.kayan@bazg.admin.ch> --------- Signed-off-by: Roman Kayan BAZG <roman.kayan@bazg.admin.ch>
11 lines
127 B
HTML
Vendored
11 lines
127 B
HTML
Vendored
<html>
|
|
|
|
<body>
|
|
<a href="/start.html">
|
|
<div>
|
|
This is some text.
|
|
</div>
|
|
</a>
|
|
</body>
|
|
|
|
</html> |