Expand description
Typst’s HTML exporter.
Structs§
- Frame
Elem - An element that lays out its content as an inline SVG.
- Html
Attr - An attribute of an HTML element.
- Html
Attrs - Attributes of an HTML element.
- Html
Document - An HTML document.
- Html
Elem - An HTML element that can contain Typst content.
- Html
Element - An HTML element.
- Html
Frame - Layouted content that will be embedded into HTML as an SVG.
- HtmlTag
- The tag of an HTML element.
Enums§
- Html
Node - A child of an HTML element.
Functions§
- html
- Encodes an HTML document into a string.
- html_
document - Produce an HTML document from content.
- module
- Creates the module with all HTML definitions.
- register
- Registers show rules for the HTML target.