Versions in this module Expand all Collapse all v0 v0.2.0 Aug 8, 2026 v0.1.0 Aug 5, 2026 Changes in this version + var DefaultOptions = Options + func InlineText(s string) string + func LinkLabel(s string) string + func OutlineString(o *doc.Outline, opt Options) string + func String(d *doc.Document, opt Options) string + func Write(w io.Writer, d *doc.Document, opt Options) error + func WriteBlocks(w io.Writer, blocks []doc.Block, opt Options) error + func WriteOutline(w io.Writer, o *doc.Outline, opt Options) error + func WritePage(w io.Writer, meta doc.Metadata, p doc.Page, total int, opt Options) error + func YAMLString(s string) string + type Options struct + Artifacts bool + Frontmatter bool