Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExporter ¶
NewExporter returns a frundis.Exporter suitable to produce EPUB or HTML. See type Options for options.
Types ¶
type Options ¶
type Options struct { AllInOneFile bool // output goes only to one html file Format string // "epub" or "xhtml" OutputFile string // name of output file or directory Standalone bool // generate complete document with headers (default unless AllInOneFile) }
Options gathers configuration for HTML and EPUB export.
Click to show internal directories.
Click to hide internal directories.