Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type H1TextExtractor ¶
H1TextExtractor is a markdown AST visitor that extracts the text from the first h1 tag.
func (*H1TextExtractor) Visit ¶
func (h *H1TextExtractor) Visit(node ast.Node, entering bool) ast.WalkStatus
Visit implements the ast.Visitor interface.
Click to show internal directories.
Click to hide internal directories.