0.0.5 • Published 10 years ago
md-pp v0.0.5
Simple markdown preprocessor
Usage
- Instal package via
$ npm install -g md-pp. Create
variables.jsnext to your markdown file:module.exports = { height: "300 ft" }Reference variable in markdown:
# Hello The building is ${height} highRun once, or continuously watch for changes:
$ md-pp test.md --watchCheck the newly created
outfolder with processed markdown:# Hello The building is 300 ft high