# Functions
NewLinkModifierRenderer returns a new linkModifierRenderer with given renderer options.
Parse markdown content and returns AST node or error.
WithLinkResolver is a functional option that allow you to set the ResolveLink to the renderer.
# Structs
Renderer holds document source, buffer writer, info for indents and some nodes for rendering a markdown.
# Type aliases
ResolveLink type defines function for modifying link destination dest - original destination isEmbeddable - if true, raw destination required.