mirror of
https://github.com/typst/typst
synced 2025-06-25 06:42:53 +08:00
8 lines
233 B
XML
8 lines
233 B
XML
--- html-non-char html ---
|
|
// Error: 1-9 the character `"\u{fdd0}"` cannot be encoded in HTML
|
|
\u{fdd0}
|
|
|
|
--- html-void-element-with-children html ---
|
|
// Error: 2-27 HTML void elements must not have children
|
|
#html.elem("img", [Hello])
|