Documentation ¶
Overview ¶
package section provides an extension to goldmark: a section.
A section is a header and any content it includes (nesting). Sections render to their contents, serving only as markers on goldmark's parse tree.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Extension goldmark.Extender = section{}
View Source
var Kind = ast.NewNodeKind("Section")
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.