shortcode

package
v0.0.0-...-504ff3d Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2023 License: MIT Imports: 10 Imported by: 0

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

func ShortCode(name string, shortcode ShortCodeFunc)

Types

type ShortCodeBlock

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

func (*ShortCodeBlock) Kind

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

type ShortCodeFunc

type ShortCodeFunc func(Markdown) template.HTML

type ShortCodeNode

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

func (*ShortCodeNode) Dump

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

func (*ShortCodeNode) Kind

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

Jump to

Keyboard shortcuts

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