Documentation ¶
Overview ¶
Package markdown renders Markdown documents to HTML with the "goldmark" processor. Note that unlike other static site generators, Markdown processing does not automatically parse frontmatter; you will need to use the "frontmatter" plugin to extract any metadata which may be present in your source content.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Markdown ¶
type Markdown struct {
// contains filtered or unexported fields
}
Markdown chainable context.
func NewWithGoldmark ¶
New creates a new instance of the Markdown plugin with user-provided goldmark instance.
Click to show internal directories.
Click to hide internal directories.