mirror of
https://github.com/typst/typst
synced 2025-08-17 08:28:33 +08:00
23 lines
605 B
HTML
23 lines
605 B
HTML
<!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>
|