Versions in this module Expand all Collapse all v0 v0.3.0 Sep 3, 2025 Changes in this version + var KindSection = ast.NewNodeKind("Section") + var SectionWrapper = NewSectionWrapper() + func NewSectionWrapper(options ...SectionWrapperOption) *sectionWrapper + type SectionNode struct + Level int + func NewSectionNode(level int) *SectionNode + func (n *SectionNode) Dump(source []byte, level int) + func (n *SectionNode) Kind() ast.NodeKind + type SectionWrapperOption func(*sectionWrapper) + func WithCustomClass(class string) SectionWrapperOption + func WithCustomClassPrefix(prefix string) SectionWrapperOption + func WithHeadingClass(enabled bool) SectionWrapperOption + func WithSectionClass(enabled bool) SectionWrapperOption