verb-tag-symbols
v0.1.2
Published
Tag for Verb. Parse custom symbols in markdown documents.
Downloads
12
Readme
verb-tag-symbols
Tag for Verb. Parse custom symbols in markdown documents.
Install
Install with npm:
npm i verb-tag-symbols --save-dev
Usage
If you're using verb-cli, you will need to define ['verb-tag-symbols']
in the tags
property in the front matter of your project's .verbrc.md
(or docs/README.tmpl.md
). This registers the tag with verb:
---
tags: ['verb-tag-symbols']
---
In your templates, you can now use the tag like this:
{%= symbols(docs("foo")) %}
Front-matter is just one way to register verb tags, filters, and plugins. See the verb documentation for more info.
Author
Jon Schlinkert
License
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by verb-cli on June 01, 2014.