Micromark-extension-frontmatter adds support for YAML frontmatter to the micromark Markdown parser. It enables extracting metadata embedded at the beginning of Markdown documents, commonly enclosed by --- delimiters. With this extension, you can parse and process YAML frontmatter alongside standard Markdown content, opening up possibilities for static site generators, documentation tools, and other applications that require metadata extraction from Markdown files. Offers customizable delimiters.