Versions in this module Expand all Collapse all v2 v2.1.0 Oct 23, 2024 v2.0.0 Oct 22, 2024 Changes in this version + var KaTeX = &Extender + var KindBlock = ast.NewNodeKind("Block") + var KindInline = ast.NewNodeKind("Inline") + func Render(w io.Writer, src []byte, display bool) error + type Block struct + Equation []byte + func (n *Block) Dump(source []byte, level int) + func (n *Block) IsBlank(source []byte) bool + func (n *Block) Kind() ast.NodeKind + type Extender struct + func (e *Extender) Extend(m goldmark.Markdown) + type HTMLRenderer struct + func (r *HTMLRenderer) RegisterFuncs(reg renderer.NodeRendererFuncRegisterer) + type Inline struct + Equation []byte + func (n *Inline) Dump(source []byte, level int) + func (n *Inline) Inline() + func (n *Inline) IsBlank(source []byte) bool + func (n *Inline) Kind() ast.NodeKind + type Parser struct + func (s *Parser) Parse(parent ast.Node, block text.Reader, pc parser.Context) ast.Node + func (s *Parser) Trigger() []byte Other modules containing this package github.com/kingreatwill/goldmark-katex