mirror of
https://github.com/typst/typst
synced 2025-07-18 10:02:54 +08:00
10 lines
271 B
XML
10 lines
271 B
XML
--- html-frame html ---
|
|
A rectangle:
|
|
#html.frame(rect())
|
|
|
|
--- html-frame-in-layout ---
|
|
// Ensure that HTML frames are transparent in layout. This is less important for
|
|
// actual paged export than for _nested_ HTML frames, which take the same code
|
|
// path.
|
|
#html.frame[A]
|