HTML reference test

This commit is contained in:
Laurenz 2025-07-15 10:45:44 +02:00
parent 63bc1e9fe2
commit 07707f43f2
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h2 id="intro">1. Introduction</h2>
<p>See <a href="#setup">Section 1.1</a>.</p>
<h3 id="setup">1.1. Setup</h3>
<p>As seen in <a href="#intro">Section 1</a>, we proceed.</p>
</body>
</html>

View File

@ -1,6 +1,6 @@
// Test references.
--- ref-basic ---
--- ref-basic render html ---
#set heading(numbering: "1.")
= Introduction <intro>