mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-25 07:18:08 +00:00
a4ee38540d
We bundle markdown-it-kroki, which can add mermaid diagrams to marp slides using https://kroki.io.
11 lines
255 B
Markdown
11 lines
255 B
Markdown
# Down the Stack Slides
|
|
|
|
To read as an mdbook:
|
|
|
|
1. `cargo install mdbook`
|
|
2. `mdbook serve`
|
|
|
|
To read as a slide-show:
|
|
|
|
1. Download [marp-cli](https://github.com/marp-team/marp-cli/releases) and unpack into your `$PATH`
|
|
2. `marp -c marp.config.js -I . -s`
|