verb
Version:
Verb makes it easy to build project documentation using simple markdown templates, with zero configuration required.
12 lines (8 loc) • 420 B
Markdown
> Verb will make any data from valid front matter available to your templates
## Valid Languages
Verb uses [gray-matter](https://github.com/assemble/gray-matter) for parsing front matter, so any format allowed by that library should work, including:
* JSON
* YAML
* TOML
* Coffee-script
Please see the [gray-matter](https://github.com/assemble/gray-matter) project for documentation and to see all available options.