ast

package
v0.25.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var KindTag = gast.NewNodeKind("Tag")

KindTag is the NodeKind for TagNode.

Functions

This section is empty.

Types

type TagNode

type TagNode struct {
	gast.BaseInline

	// Tag name without the # prefix
	Tag []byte
}

TagNode represents a #tag in the markdown AST.

func (*TagNode) Dump

func (n *TagNode) Dump(source []byte, level int)

Dump implements Node.Dump for debugging.

func (*TagNode) Kind

func (*TagNode) Kind() gast.NodeKind

Kind returns KindTag.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL