1
Fork 0

Add highlighting

This commit is contained in:
Jake Howard 2023-09-14 20:01:36 +01:00
parent 9eb09cf695
commit e0508041a6
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 8 additions and 0 deletions

View File

@ -10,3 +10,7 @@ blockdiag {
"very easy!" [color = "orange"];
}
```
```python title="Some Python"
import this
```

View File

@ -19,6 +19,8 @@ hooks:
markdown_extensions:
- attr_list
- pymdownx.highlight
- pymdownx.superfences
plugins:
- kroki:

View File

@ -1,3 +1,5 @@
mkdocs
jinja2-simple-tags
mkdocs-kroki-plugin
pymdown-extensions
pygments