Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageAttNode ¶
type ImageAttNode struct { ast.BaseInline Filename string }
func (*ImageAttNode) Dump ¶
func (att *ImageAttNode) Dump(source []byte, level int)
func (*ImageAttNode) Kind ¶
func (att *ImageAttNode) Kind() ast.NodeKind
type LinkTransformer ¶
type LinkTransformer struct{}
type LocalRenderer ¶
type LocalRenderer struct {
// contains filtered or unexported fields
}
LocalRenderer is a local markdown renderer. It does not depend on any external services but it does not support mathjax rendering or any extensions to the markdown standard I intend to make.
func NewLocalRenderer ¶
func NewLocalRenderer() *LocalRenderer
func (*LocalRenderer) Render ¶
func (r *LocalRenderer) Render(src []byte, ctx *kilonova.RenderContext) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.