Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KindShortCode = ast.NewNodeKind("ShortCode")
View Source
var KindShortCodeBlock = ast.NewNodeKind("ShortCodeBlock")
Functions ¶
func RegisterShortCode ¶
Types ¶
type ShortCodeBlock ¶
type ShortCodeBlock struct { ast.FencedCodeBlock // contains filtered or unexported fields }
func (*ShortCodeBlock) Kind ¶
func (s *ShortCodeBlock) Kind() ast.NodeKind
type ShortCodeEx ¶
type ShortCodeEx struct{}
func (ShortCodeEx) Init ¶
func (ShortCodeEx) Init()
func (ShortCodeEx) Name ¶
func (ShortCodeEx) Name() string
type ShortCodeNode ¶
func (*ShortCodeNode) Dump ¶
func (s *ShortCodeNode) Dump(source []byte, level int)
func (*ShortCodeNode) Kind ¶
func (h *ShortCodeNode) Kind() ast.NodeKind
Click to show internal directories.
Click to hide internal directories.