package ast

Import Path
	github.com/yuin/goldmark-emoji/ast (on go.dev)

Dependency Relation
	imports 3 packages, and imported by one package

Involved Source Files Package ast defines AST nodes that represetns emoji extension's elements.
Package-Level Type Names (only one, which is exported)
/* sort exporteds by: | */
Emoji represents an inline emoji. BaseInline gast.BaseInline BaseInline.BaseNode ast.BaseNode ShortName []byte Value *definition.Emoji AppendChild implements Node.AppendChild . Attribute implements Node.Attribute. AttributeString implements Node.AttributeString. Attributes implements Node.Attributes ChildCount implements Node.ChildCount . Dump implements Node.Dump. FirstChild implements Node.FirstChild . HasBlankPreviousLines implements Node.HasBlankPreviousLines. HasChildren implements Node.HasChildren . InsertAfter implements Node.InsertAfter . InsertBefore implements Node.InsertBefore . IsRaw implements Node.IsRaw Kind implements Node.Kind. LastChild implements Node.LastChild . Lines implements Node.Lines NextSibling implements Node.NextSibling . OwnerDocument implements Node.OwnerDocument Parent implements Node.Parent . PreviousSibling implements Node.PreviousSibling . RemoveAttributes implements Node.RemoveAttributes RemoveChild implements Node.RemoveChild . RemoveChildren implements Node.RemoveChildren . ReplaceChild implements Node.ReplaceChild . SetAttribute implements Node.SetAttribute. SetAttributeString implements Node.SetAttributeString SetBlankPreviousLines implements Node.SetBlankPreviousLines. SetLines implements Node.SetLines SetNextSibling implements Node.SetNextSibling . SetParent implements Node.SetParent . SetPreviousSibling implements Node.SetPreviousSibling . SortChildren implements Node.SortChildren Text implements Node.Text . Type implements Node.Type *T : github.com/yuin/goldmark/ast.Node func NewEmoji(shortName []byte, value *definition.Emoji) *Emoji
Package-Level Functions (only one, which is exported)
NewEmoji returns a new Emoji node.
Package-Level Variables (only one, which is exported)
KindEmoji is a NodeKind of the emoji node.