1
Fork 0
mkdocs-site/content/other.md

17 lines
306 B
Markdown
Raw Normal View History

2023-09-10 15:08:45 +01:00
# Other
```kroki-blockdiag no-transparency=false
blockdiag {
blockdiag -> generates -> "block-diagrams";
blockdiag -> is -> "very easy!";
blockdiag [color = "greenyellow"];
"block-diagrams" [color = "pink"];
"very easy!" [color = "orange"];
}
```
2023-09-14 20:01:36 +01:00
```python title="Some Python"
import this
```