Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KindAnnotation = gast.NewNodeKind("Annotation")
Functions ¶
func NewParser ¶
func NewParser() parser.InlineParser
func NewRenderer ¶
func NewRenderer() renderer.NodeRenderer
Types ¶
type Annotation ¶
type Annotation struct {
gast.BaseInline
Label string
Explanation string
Style string
}
func (*Annotation) Dump ¶
func (n *Annotation) Dump(source []byte, level int)
func (*Annotation) Kind ¶
func (n *Annotation) Kind() gast.NodeKind
Click to show internal directories.
Click to hide internal directories.