Crate typst_html

Crate typst_html 

Source
Expand description

Typst’s HTML exporter.

Structs§

FrameElem
An element that lays out its content as an inline SVG.
HtmlAttr
An attribute of an HTML element.
HtmlAttrs
Attributes of an HTML element.
HtmlDocument
An HTML document.
HtmlElem
An HTML element that can contain Typst content.
HtmlElement
An HTML element.
HtmlFrame
Layouted content that will be embedded into HTML as an SVG.
HtmlTag
The tag of an HTML element.

Enums§

HtmlNode
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.