1.0.0 • Published 11 years ago

muffin-compiler-markdown v1.0.0

Weekly downloads
1
License
-
Repository
-
Last release
11 years ago

A Muffin plugin that compiles Markdown into HTML.

Usage

Install to your global node modules directory:

$ npm install muffin-compiler-markdown -g

And add the plugin to your project's config.json file:

{
  "clientDir": "client",
  "buildDir": "server/public",
  "plugins": [
    "muffin-compiler-markdown",
    "muffin-compiler-less",
    "muffin-generator-client",
    "muffin-optimizer-uglifyjs",
    "muffin-optimizer-cleancss",
    "muffin-generator-gae"
  ],
  "serverDir": "server",
  "serverType": "gae"
}

License

Released under the MIT license.