Documentation
¶
Overview ¶
Package export writes one Markdown file as an HTML page.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Input string
Output string
Mode markdown.Mode
Width markdown.Width
// Force replaces an existing output file; without it an existing output is
// an error.
Force bool
}
Options configures a single-file Markdown export.
type Result ¶
type Result struct {
Output string
}
Result reports the HTML file produced by a successful export.
Click to show internal directories.
Click to hide internal directories.