mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
8 lines
195 B
XML
8 lines
195 B
XML
--- html-elem-alone-context html ---
|
|
#context html.elem("html")
|
|
|
|
--- html-elem-not-alone html ---
|
|
// Error: 2-19 `<html>` element must be the only element in the document
|
|
#html.elem("html")
|
|
Text
|