Documentation ¶
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KaTeX = &Extender{}
View Source
var KindBlock = ast.NewNodeKind("Block")
View Source
var KindInline = ast.NewNodeKind("Inline")
Functions ¶
Types ¶
type Block ¶
type Block struct { ast.BaseInline Equation []byte }
type HTMLRenderer ¶
func (*HTMLRenderer) RegisterFuncs ¶
func (r *HTMLRenderer) RegisterFuncs(reg renderer.NodeRendererFuncRegisterer)
type Inline ¶
type Inline struct { ast.BaseInline Equation []byte }
Click to show internal directories.
Click to hide internal directories.