package
1.7.8
Repository: https://github.com/yuin/goldmark.git
Documentation: pkg.go.dev

# Packages

Package html implements renderer that outputs HTMLs.

# Functions

NewConfig returns a new Config.
NewRenderer returns a new Renderer with given options.
WithNodeRenderers is a functional option that allow you to add NodeRenderers to the renderer.
WithOption is a functional option that allow you to set an arbitrary option to the parser.

# Structs

A Config struct is a data structure that holds configuration of the Renderer.

# Interfaces

A NodeRenderer interface offers NodeRendererFuncs.
A NodeRendererFuncRegisterer registers given NodeRendererFunc to this object.
An Option interface is a functional option type for the Renderer.
A Renderer interface renders given AST node to given writer with given Renderer.
A SetOptioner interface sets given option to the object.

# Type aliases

NodeRendererFunc is a function that renders a given node.
An OptionName is a name of the option.