markstache
v0.0.3
Published
Markdown and Mustache: Two great tastes together at last.
Readme
Markstache
by Matthew Lyon [email protected]
Markdown and Mustache: two great tastes, together at last.
Markstache is a template rendering system with a few goals:
- Write text in Markdown.
- Insert variables from the rendering context into the output with Mustache.
- Make metadata from the "Front Matter" available to the rendering context.
- Make references from the Markdown document available to the rendering context, to gather information about links or use wiki-style references.
- Provide a higher-level component system for creating specialized markup components, such as image galleries or such.
Developer Dependencies
- CoffeeScript: What all the code is written in. Deal with it.
- Mocha: Test Framework
- Chai: Assertion Helpers
License
See LICENSE
