Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Format Format
OutputDir string
Files []string // specific files, or empty for all markdown
Progress ProgressFunc
}
Options configures the export operation.
type ProgressFunc ¶
ProgressFunc is called with (current, total, filename) during export.
Click to show internal directories.
Click to hide internal directories.