Skip to content

willfe/docpad-plugin-multimarkdown4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiMarkdown Plugin for DocPad

MultiMarkdown rendering for DocPad, using node-mmd. Forked from takitapart/docpad-plugin-multimarkdown.

Convention: .html.md|markdown

Installation

Install the module via npm:

npm install --save docpad-plugin-multimarkdown4

Note: When installing on some platforms, it may be necessary to compile MultiMarkdown with the -fPIC flag. If the above command fails, try the following command instead:

CFLAGS=-fPIC npm install --save docpad-plugin-multimarkdown4

About

MultiMarkdown 4.x rendering for DocPad, using node-mmd

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%