ast

package
v0.0.0-...-3e3c726 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2024 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var KindWikiLink = gast.NewNodeKind("WikiLink")

KindWikiLink is a NodeKind of the WikiLink node.

Functions

This section is empty.

Types

type WikiLink struct {
	gast.BaseInline
	Link         *gast.Link
	OriginalDest []byte
	Classes      [][]byte
}
func NewWikiLink(title, originalDest, actualDest []byte, classes [][]byte) *WikiLink

NewWikiLink returns a new WikiLink node.

func (*WikiLink) Dump

func (l *WikiLink) Dump(source []byte, level int)

Dump implements Node.Dump.

func (*WikiLink) Kind

func (l *WikiLink) Kind() gast.NodeKind

Kind implements Node.Kind.

Jump to

Keyboard shortcuts

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