Headings are not paragraphs

This commit is contained in:
Laurenz 2025-01-23 17:58:36 +01:00
parent 0e575632de
commit 1f53ff26b9
2 changed files with 5 additions and 0 deletions

BIN
tests/ref/heading-par.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 555 B

View File

@ -128,6 +128,11 @@ Not in heading
// Hint: 1:19-1:25 you can enable heading numbering with `#set heading(numbering: "1.")`
Cannot be used as @intro
--- heading-par ---
// Ensure that heading text isn't considered a paragraph.
#show par: highlight
= Heading
--- heading-html-basic html ---
// level 1 => h2
// ...