---
url: /parsers/parser-md/reference/options.md
description: >-
  Configuration options for @kubb/parser-md. The Kubb Markdown parser takes no
  options.
---

# Options

`parserMd` takes no options. Call it as `parserMd()` and add it to the `parsers` array.

To add a YAML frontmatter block to a generated page, set `frontmatter` on a file's `meta` inside a plugin rather than configuring the parser. See [Frontmatter](../#frontmatter) on the parser page.
