mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 12:48:28 +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>
18 lines
549 B
HTML
Vendored
18 lines
549 B
HTML
Vendored
<html>
|
|
|
|
<body>
|
|
<div class="nav-mobile-header">
|
|
<div class="table-row">
|
|
<span class="nav-mobile-logo">
|
|
<img src="/etc/designs/core/frontend/guidelines/img/xyz.svg"
|
|
onerror="this.onerror=null; this.src='/etc/designs/core/frontend/guidelines/img/xyz.png'"
|
|
alt="Image alt text" />
|
|
</span>
|
|
<h2>
|
|
<a href="/home.html" title="My home page " aria-label="My home page ">Home</a>
|
|
</h2>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |