2024-10-16 17:06:34 -04:00
|
|
|
<html><head>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
|
|
|
|
|
|
<title>Test Page for HTML List Items</title>
|
|
|
|
</head><body>
|
|
|
|
<p>
|
2024-10-17 10:33:20 -04:00
|
|
|
this is a page to test how well Cthulhu works with list items.
|
2024-10-16 17:06:34 -04:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
this is an ordered list:
|
|
|
|
|
|
|
|
</p><ol>
|
|
|
|
<li>
|
|
|
|
This is a short list item.
|
|
|
|
</li>
|
|
|
|
<li>
|
2024-10-17 10:33:20 -04:00
|
|
|
This is a list item that spans multiple lines. If Cthulhu can
|
2024-10-16 17:06:34 -04:00
|
|
|
successfully read to the end of this list item, it will have read
|
|
|
|
several lines of text within this single item. And, yes, I realize
|
|
|
|
that this is not deathless prose. In fact, it is prose that should
|
|
|
|
probably be put out of its misery.
|
|
|
|
</li>
|
|
|
|
</ol>
|
|
|
|
<p></p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
This is an example of an unordered list:
|
|
|
|
|
|
|
|
</p><ul>
|
|
|
|
<li>
|
|
|
|
This is a short list item.
|
|
|
|
</li>
|
|
|
|
<li>
|
2024-10-17 10:33:20 -04:00
|
|
|
This is a list item that spans multiple lines. If Cthulhu can
|
2024-10-16 17:06:34 -04:00
|
|
|
successfully read to the end of this list item, it will have read
|
|
|
|
several lines of text within this single item. And, yes, I realize
|
|
|
|
that this is not deathless prose. In fact, it is prose that should
|
|
|
|
probably be put out of its misery.
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<p></p>
|
|
|
|
|
|
|
|
</body></html>
|