mirror of
https://github.com/typst/typst
synced 2025-08-19 01:18:32 +08:00
13 lines
233 B
Typst
13 lines
233 B
Typst
// Test title element.
|
|
|
|
--- title-basic render html ---
|
|
#title[Some Title]
|
|
|
|
--- title-and-heading render html ---
|
|
#title([A cool title])
|
|
= Some level one heading
|
|
|
|
--- title-show-rule ---
|
|
#show title: set text(3em)
|
|
#title[Some Title]
|