Package Exports
- patternplate-transform-markdown
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (patternplate-transform-markdown) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.