embedded-trainings-2020/down-the-stack-book/package.json
Jonathan Pallant (Ferrous Systems) a4ee38540d
Ensure marp can render slides.
We bundle markdown-it-kroki, which can add mermaid diagrams to marp slides using https://kroki.io.
2023-03-22 10:28:51 +00:00

6 lines
78 B
JSON

{
"devDependencies": {
"@kazumatu981/markdown-it-kroki": "^1.1.1"
}
}