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"]; "very easy!" [color = "orange"];
} }
``` ```
```python title="Some Python"
import this
```

View file

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

View file

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