A template of Markdown slides using mume, reveal.js and mermaid
An example: https://zjkmxy.github.io/slides-template/
npm install
Install ditaa via Homebrew if necessary.
- Write down slides in
index.md
. make
- Open
index.html
Embedded mermaid diagrams will be too small, so we convert them into svg files first.
- Set the Chromium path.
Modify
mermaid/puppeteer_config.json
. Set theexecutablePath
to be the path to your Chrome/Edge/Opera browser. - Write down mermaid diagrams in
mermaid/*.mmd
. make
Markdown Preview Enhanced can be used.