docling/tests/data/html/example_02.html
Peter Staar baaeb60b4a add real e2e tests for html and docx
Signed-off-by: Peter Staar <taa@zurich.ibm.com>
2024-10-29 05:36:23 +01:00

17 lines
461 B
HTML

<html>
<body>
<h1>Introduction</h1>
<p>This is the first paragraph of the introduction.</p>
<h2>Background</h2>
<p>Some background information here.</p>
<ul>
<li>First item in unordered list</li>
<li>Second item in unordered list</li>
</ul>
<ol>
<li>First item in ordered list</li>
<li>Second item in ordered list</li>
</ol>
</body>
</html>