2.4.5 • Published 10 years ago

docpad-plugin-multimarkdown4 v2.4.5

Weekly downloads
8
License
-
Repository
-
Last release
10 years ago

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