Module typst_parser

Module typst_parser 

Source
Expand description

Typst parser for converting Typst documents to HTML.

This module provides Typst document parsing with frontmatter extraction and TOC generation. The actual Typst compilation requires setting up a proper TypstWorld which is deferred to the generator phase.

Structs§

TypstParser
Typst parser that extracts frontmatter and prepares content for compilation.

Enums§

TypstError
Typst parsing errors.

Type Aliases§

Result
Result type for Typst operations.