patternplate-transform-markdown
v1.0.0
Published
patternplate transform creating html from markdown sources
Downloads
6
Readme
transform markdown to html in patternplate
patternplate-transform-markdown
Installation
npm install --save patternplate-transform-markdown
Usage
// configuration/patternplate-server/patterns.js
module.exports = {
formats: {
md: {
transforms: ['markdown']
}
}
};
// configuration/patternplate-server/formats.js
module.exports = {
markdown: {
inFormat: 'md',
outFormat: 'html',
}
};
(c) SinnerSchrader Deutschland GmbH and contributors. Released under the MIT license.