Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KindInlineMath = ast.NewNodeKind("InlineMath")
View Source
var KindMathBlock = ast.NewNodeKind("MathBLock")
Functions ¶
This section is empty.
Types ¶
type InlineMath ¶
type InlineMath struct {
ast.BaseInline
}
func (*InlineMath) Dump ¶
func (n *InlineMath) Dump(source []byte, level int)
func (*InlineMath) IsBlank ¶
func (n *InlineMath) IsBlank(source []byte) bool
func (*InlineMath) Kind ¶
func (n *InlineMath) Kind() ast.NodeKind
type InlineMathRenderer ¶
type InlineMathRenderer struct {
// contains filtered or unexported fields
}
func (*InlineMathRenderer) RegisterFuncs ¶
func (r *InlineMathRenderer) RegisterFuncs(reg renderer.NodeRendererFuncRegisterer)
type MathBlockRenderer ¶
type MathBlockRenderer struct {
// contains filtered or unexported fields
}
func (*MathBlockRenderer) RegisterFuncs ¶
func (r *MathBlockRenderer) RegisterFuncs(reg renderer.NodeRendererFuncRegisterer)
Click to show internal directories.
Click to hide internal directories.