Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Fragment bool // emit only the inner HTML, no <html> wrapper
Theme string // "light", "dark", or "none"
Unsafe bool // allow raw HTML passthrough in markdown
ChromaStyle string // chroma syntax-highlighting style name
Title string // <title> for full-document mode
}
Options controls HTML output.
func DefaultOptions ¶
func DefaultOptions() Options
Click to show internal directories.
Click to hide internal directories.