Add highlighting
This commit is contained in:
parent
9eb09cf695
commit
e0508041a6
3 changed files with 8 additions and 0 deletions
|
@ -10,3 +10,7 @@ blockdiag {
|
|||
"very easy!" [color = "orange"];
|
||||
}
|
||||
```
|
||||
|
||||
```python title="Some Python"
|
||||
import this
|
||||
```
|
||||
|
|
|
@ -19,6 +19,8 @@ hooks:
|
|||
|
||||
markdown_extensions:
|
||||
- attr_list
|
||||
- pymdownx.highlight
|
||||
- pymdownx.superfences
|
||||
|
||||
plugins:
|
||||
- kroki:
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
mkdocs
|
||||
jinja2-simple-tags
|
||||
mkdocs-kroki-plugin
|
||||
pymdown-extensions
|
||||
pygments
|
||||
|
|
Loading…
Reference in a new issue