Marek Połom f333d7fe7f
feat: Json elements to HTML converter (#3936)
## NOTE
`test_unstructured_ingest/expected-structured-output-html` contains all
test HTML fixtures. Original JSON files, from which these HTML fixtures
are generated, were taken from
`test_unstructured_ingest/expected-structured-output`
2025-03-04 13:57:35 +00:00

18 lines
542 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>
</title>
</head>
<body>
<h1 class="Title" id="7997025526d4d565f2442e6c10be4c3d">
Call with Testing Ipsum
</h1>
<p class="NarrativeText" id="1111265d062cb14df259b8a212466554">
&lt;div style="" dir="auto" data-top-level="true"&gt;&lt;p style="margin:0;"&gt;Log discussing details on call done with Testing Ipsum contact at 5:00pm.&lt;/p&gt;&lt;/div&gt;
</p>
</body>
</html>