Lume Markdown Plugins
Collection of markdown-it plugins adapted to Lume
Title
This plugin extracts the document title and save it in the title
key of the
page data. Useful if you want to use plain markdown files, without front matter.
Toc
This plugin generates a table of contents (TOC) and save it in the toc
key of
the page data, so you can insert it in your layouts. It also generate the
anchors of the headers.