package
0.0.0-20211216181825-66ecaafef0ad
Repository: https://github.com/pgavlin/markdown-kit.git
Documentation: pkg.go.dev

# Functions

An ANSIGraphicsEncoder encodes images to a Writer using ANSI or ASCII characters.
A KittyGraphicsEncoder encodes image data to a Writer using the kitty graphics protocol.
New creates a new Renderer with the given options.
WithGeometry sets the geometry of the output.
WithHyperlinks enables or disables hyperlink rendering.
WithImageEncoder sets the image encoder used by the renderer.
WithImages enables or disables image rendering.
WithPad enables padding each line of output to the wrap width.
WithSoftBreak enables or disables soft line breaks.
WithTheme sets the theme used for colorization during rendering.
WithWordWrap enables word wrapping at the desired width.

# Structs

A NodeSpan maps from an AST node to its representative span in a rendered document.
Renderer is a goldmark renderer that produces Markdown output.

# Type aliases

An ImageEncoder converts an image to a binary representation that can be displayed by the target output device.
A RendererOption represents a configuration option for a Renderer.