SilasBerger / teaching-website

My teaching website 👨‍🏫
https://teach.silasberger.ch
1 stars 0 forks source link

Add support for rendering PlantUML diagrams from code blocks (analogous to Mermaid diagrams) #30

Open SilasBerger opened 7 months ago

SilasBerger commented 7 months ago

See PlantUML website.

The syntax might look something like this:

# A diagram
Here's a diagram:
```plantuml render
Bob->Alice : Hello!
``

where the plantuml render block is replaced with the SVG (or PNG/JPEG if need be) resulting from rendering its body with PlantUML: image