Folio.Content.RawTypst (Folio v0.2.3)

Copy Markdown View Source

Raw Typst source injected directly into the document. Use when Folio's abstraction isn't enough.

Field: source — Typst markup/code string.

Summary

Types

t()

@type t() :: %Folio.Content.RawTypst{source: String.t()}