Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProcessDirectory ¶
Types ¶
type Callbacks ¶
type Callbacks struct { ShouldProcessFile func(file fs.DirEntry) bool IsCodeFenceActive func(lang string) bool HandleRenderLaTeX func(slug string, code string) HandleLink func(from string, to string) HandleEmbed func(parent string, child string) HandleMetadata func(slug string, metadata map[string]interface{}) }
Click to show internal directories.
Click to hide internal directories.