0.0.2 • Published 9 years ago

jstransformer-markdown-yml v0.0.2

Weekly downloads
1
License
Unlicense
Repository
github
Last release
9 years ago

jstransformer-markdown-yml

Transform YAML values from Markdown to HTML with markdown-it

Created to be used in gulp-jade when generating static sites.

Installation

npm install jstransformer-markdown-yml

Usage example

In app/data.yml

foo:
  bar: ## Hello world

In .jade file

Use the format: path to .yml file , object property (in dot notation)

:markdown-yml
  app/data, foo.bar