# Functions
Render renders the given markdown to HTML.
# Variables
Extensions is the default set of extensions to use with Goldmark.
ParserOptions is the default set of parser options to use with Goldmark.
Renderer is the default Goldmark renderer.
RendererOptions is the default set of renderer options to use with Goldmark.
# Structs
LinksTransformer is a transformer that adds target="_blank" to all links.