shortcode

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: May 7, 2024 License: MIT Imports: 10 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

View Source
var KindShortCode = ast.NewNodeKind("ShortCode")
View Source
var KindShortCodeBlock = ast.NewNodeKind("ShortCodeBlock")

Functions

func ShortCode added in v0.26.0

func ShortCode(name string, shortcode ShortCodeFunc)

Types

type ShortCodeBlock added in v0.58.0

type ShortCodeBlock struct {
	ast.FencedCodeBlock
	// contains filtered or unexported fields
}

func (*ShortCodeBlock) Kind added in v0.58.0

func (s *ShortCodeBlock) Kind() ast.NodeKind

type ShortCodeFunc added in v0.50.0

type ShortCodeFunc func(Markdown) template.HTML

type ShortCodeNode added in v0.50.0

type ShortCodeNode struct {
	ast.BaseBlock
	// contains filtered or unexported fields
}

func (*ShortCodeNode) Dump added in v0.50.0

func (s *ShortCodeNode) Dump(source []byte, level int)

func (*ShortCodeNode) Kind added in v0.50.0

func (h *ShortCodeNode) Kind() ast.NodeKind

Jump to

Keyboard shortcuts

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