Getting started
Basic idea. You have Markdown like this:
```some-diagramdiagram text```
…and you will get an output like this (image of your diagram):
<svg>...</svg>
or
<img src="..." />
Diagrams can be embedded in HTML differently, each with its own advantages and trade-offs. Read more here.