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

15 lines
799 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>
<p class="NarrativeText" id="50fe8dc3fbba3d0e84ac72c01a271ec0">
&lt;div style="" dir="auto" data-top-level="true"&gt;&lt;p style="margin:0;"&gt;This is a test document to use for unit tests.&lt;/p&gt;&lt;p style="margin:0;"&gt;Doylestown, PA 18901&lt;/p&gt;&lt;p style="margin:0;"&gt;Important points:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p style="margin:0;"&gt;Hamburgers are delicious&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style="margin:0;"&gt;Dogs are the best&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style="margin:0;"&gt;I love fuzzy blankets&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;/div&gt;
</p>
</body>
</html>