1
Fork 0
mkdocs-site/content/other.md
Jake Howard bbdaebfcb0
Build my own kroki integration
It's faster, easier to work with, and properly supports superfences
2023-09-15 16:48:31 +01:00

16 lines
296 B
Markdown

# Other
```{.blockdiag title="Blocks"}
blockdiag {
blockdiag -> generates -> "block-diagrams";
blockdiag -> is -> "very easy!";
blockdiag [color = "greenyellow"];
"block-diagrams" [color = "pink"];
"very easy!" [color = "orange"];
}
```
```python title="Some Python"
import this
```