typst/tests/ref/html/outline-figure-html.html
2025-07-15 20:57:23 +02:00

23 lines
605 B
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h2>Contents</h2>
<ol class="outline" style="list-style: none">
<li><a href="#loc-1"><span class="prefix">Figure 1</span>: A</a></li>
<li><a href="#loc-2"><span class="prefix">Figure 2</span>: B</a></li>
</ol>
<figure id="loc-1">
<p>An A</p>
<figcaption>Figure 1: A</figcaption>
</figure>
<figure id="loc-2">
<p>An B</p>
<figcaption>Figure 2: B</figcaption>
</figure>
</body>
</html>