# 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.
# 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.