Versions in this module Expand all Collapse all v0 v0.1.0 Sep 7, 2025 Changes in this version + var KindSuperscript = ast.NewNodeKind("Superscript") + var Superscript = NewSuperscript() + var SuperscriptAttributeFilter = html.GlobalAttributeFilter + func NewSuperscript(opts ...SuperscriptOption) *superscript + func NewSuperscriptHTMLRenderer(opts ...html.Option) renderer.NodeRenderer + func NewSuperscriptParser() parser.InlineParser + type Node struct + func NewSuperscriptNode() *Node + func (*Node) Kind() ast.NodeKind + func (n *Node) Dump(source []byte, level int) + type SuperscriptHTMLRenderer struct + func (r *SuperscriptHTMLRenderer) RegisterFuncs(reg renderer.NodeRendererFuncRegisterer) + type SuperscriptOption func(*superscript)