MakerFLOSS/docs/services/marp.md

13 lines
620 B
Markdown
Raw Normal View History

---
name: marp
kind: slide-builder
status: in-use
host: CI runner (Forgejo Actions)
upstream: https://marp.app
tech: Node.js (marp-cli) / Docker
---
## Notes
Markdown-to-HTML slide compiler. Invoked by `build-slides.sh` against every `docs/presentations/*.md` (and any other `.md` with `marp: true` in frontmatter), either via a local `marp` binary or the `marpteam/marp-cli` Docker image. Output feeds the [slides](slides.md) site. See [`notes/dev/marp-mermaid-setup.md`](https://forgejo.makerfloss.eu/sjat/MakerFLOSS/src/branch/main/notes/dev/marp-mermaid-setup.md) for the [mermaid](mermaid.md) integration design.