test: add mermaid pipeline test slide
This commit is contained in:
parent
f20a52268a
commit
7b045979a5
1 changed files with 35 additions and 0 deletions
35
docs/test-mermaid.md
Normal file
35
docs/test-mermaid.md
Normal 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
|
||||
Loading…
Add table
Reference in a new issue