test: add mermaid pipeline test slide

This commit is contained in:
sjat 2026-05-10 17:40:37 +02:00
parent f20a52268a
commit 7b045979a5

35
docs/test-mermaid.md Normal file
View file

@ -0,0 +1,35 @@
---
marp: true
theme: gaia
class: invert
paginate: true
---
# Mermaid Pipeline Test
Validating mermaid diagram rendering in Marp slides.
MakerFLOSS · May 2026
---
## Build Pipeline
```mermaid
graph LR
A[Write Markdown] --> B[git push]
B --> C[Forgejo webhook]
C --> D[build-slides.sh]
D --> E[mermaid inject]
E --> F[slides.makerfloss.eu]
```
---
## Regular Slide
No diagram here — confirms regular content is unaffected.
- Bullet one
- Bullet two
- Bullet three