# Functions
Inspect builds a table of contents by inspecting the provided document.
RenderList renders a table of contents as a nested list with a sane, default configuration for the ListRenderer.
# Structs
Extender extends a Goldmark Markdown parser and renderer to always include a table of contents in the output.
Item is a single item in the table of contents.
ListRenderer builds a nested list from a table of contents.
TOC is the table of contents.
Transformer is a Goldmark AST transformer adds a TOC to the top of a Markdown document.
# Type aliases
Items is a list of items in a table of contents.