Skip to content

Commit 8f52915

Browse files
committed
Trying to get graphviz to work
1 parent b115c8f commit 8f52915

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mkdocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ extra_css:
2929
# - js/popper.min.js
3030
# - js/tippy-bundle.umd.js
3131
# - js/clipboard.js
32+
extra_javascript:
33+
- https://cdn.jsdelivr.net/gh/rod2ik/cdn@main/mkdocs/javascripts/mkdocs-graphviz.js
3234

3335
nav:
3436
- Home: index.md
@@ -76,7 +78,8 @@ markdown_extensions:
7678
- pymdownx.details
7779
- pymdownx.superfences
7880
- codehilite
79-
- inline_graphviz
81+
# - inline_graphviz
82+
- mkdocs_graphviz
8083
- pymdownx.mark
8184
- pymdownx.caret
8285
- pymdownx.tilde

0 commit comments

Comments
 (0)