Documentation
¶
Overview ¶
Package parser provides Markdown parsing using goldmark.
Package parser provides Markdown parsing using goldmark.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metadata ¶ added in v1.2.0
type Metadata struct {
Title string // Document title (required for cover page)
Subtitle string // Optional subtitle
Author string // Document author(s)
Date string // Document date
Version string // Document version
}
Metadata holds document-level information extracted from YAML frontmatter. All fields are optional except when a cover page is requested, which requires Title.
Click to show internal directories.
Click to hide internal directories.