Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct {
Title string
Author string
Date string
Body template.HTML
PreTOC template.HTML
Meta map[string]any
TOC []TocEntry
Figures []FigureEntry
// Sections is the body split by h2 headings, keyed by heading text.
// Available for bundle templates that use semantic Markdown.
Sections map[string]Section
}
type FigureEntry ¶
Click to show internal directories.
Click to hide internal directories.