mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-02-04 03:42:20 +00:00
a4ee38540d
We bundle markdown-it-kroki, which can add mermaid diagrams to marp slides using https://kroki.io.
8 lines
No EOL
183 B
JavaScript
8 lines
No EOL
183 B
JavaScript
|
|
module.exports = {
|
|
inputDir: './',
|
|
engine: ({ marp }) => marp.use(require('../index'), {
|
|
entrypoint: "https://kroki.io",
|
|
marpAutoScaling: true
|
|
})
|
|
} |