Web Builder Module - Inline Markdown files
This module allows the @deskeen/web-builder engine to inline Markdown files.
It uses the @deskeen/markdown parser under the hood to parse the text.
Install
npm install @deskeen/web-builder
npm install @deskeen/web-builder-inline-markdown
Usage
And add the module to the list of modules:
const builder = require('@deskeen/web-builder')
const builder.build([
source: [
],
modules: [
[
'@deskeen/web-builder-inline-markdown',
{
assets: [
],
onAssetsLoad: assetsMap => {
},
parserOptions: {
}
}
]
]
])
Contact
You can reach me at {my_firstname}@{my_name}.fr
Licence
MIT Licence - Copyright (c) Morgan Schmiedt