mirror of
https://github.com/docling-project/docling.git
synced 2025-07-26 02:50:17 +00:00
18 lines
513 B
HTML
18 lines
513 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>
|
||
|
<img src="image1.png" alt="Example image"/>
|
||
|
<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>
|