0.0.5 • Published 8 years ago

md-pp v0.0.5

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

Simple markdown preprocessor

Usage

  • Instal package via $ npm install -g md-pp.
  • Create variables.js next to your markdown file:

      module.exports = {
        height: "300 ft"
      }
  • Reference variable in markdown:

    # Hello
    The building is ${height} high
  • Run once, or continuously watch for changes:

    $ md-pp test.md --watch

  • Check the newly created out folder with processed markdown:

    # Hello
    The building is 300 ft high
0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago