Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KindMention = gast.NewNodeKind("Mention")
KindMention is the NodeKind for MentionNode.
View Source
var KindTag = gast.NewNodeKind("Tag")
KindTag is the NodeKind for TagNode.
Functions ¶
This section is empty.
Types ¶
type MentionNode ¶
type MentionNode struct {
gast.BaseInline
// Username without the @ prefix.
Username []byte
}
MentionNode represents an @mention in the markdown AST.
func (*MentionNode) Dump ¶
func (n *MentionNode) Dump(source []byte, level int)
Dump implements Node.Dump for debugging.
Click to show internal directories.
Click to hide internal directories.