# Functions
GetPairs returns the [Pairs] stored in the given [parser.Context].
PairFromHTML formats the given HTML node as a [Pair].
ParseHTMLFragmentBodies parses fragments of HTML from the given reader.
# Structs
Extender installs the rawhtml extension into a Goldmark Markdown.
Pair is a pair of opening and closing raw HTML nodes.
Transformer searches for raw HTML nodes in the Goldmark document and adds information about pairs to the parser context.
# Type aliases
Pairs is a collection of HTML [Pair]s.