File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 3131 - uses : actions/setup-python@v5
3232 with :
3333 python-version : 3.x
34- - run : pip install mkdocstrings mkdocs-embed-external-markdown feedparser mkdocs-gen-files markdown-exec[ansi] markdown-include mkdocs-open-in-new-tab markdown-extra python-markdown-comments markdown-footnotes pymdown-extensions graphviz
34+ - run : pip install mkdocstrings mkdocs-embed-external-markdown feedparser mkdocs-gen-files markdown-exec[ansi] markdown-include mkdocs-open-in-new-tab markdown-extra python-markdown-comments markdown-footnotes pymdown-extensions markdown-inline-graphviz graphviz
3535 - run : mkdocs gh-deploy --force
Original file line number Diff line number Diff line change @@ -51,11 +51,12 @@ digraph {
5151---
5252
5353In the real world, things develop non-linearly:
54- - A new version can be anything between <!-- .element: class="fragment" data-fragment-index="1" -->
55- - a complete catastrophe and
56- - a major breakthrough.
57- - People do not know what others are doing <!-- .element: class="fragment" data-fragment-index="2" -->
58- - Sometimes we are simply fixing earlier mistakes... <!-- .element: class="fragment" data-fragment-index="3" -->
54+
55+ - A new version can be anything between
56+ - a complete catastrophe and
57+ - a major breakthrough.
58+ - People do not know what others are doing
59+ - Sometimes we are simply fixing earlier mistakes...
5960
6061``` graphviz
6162digraph {
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ markdown_extensions:
7676 - pymdownx.details
7777 - pymdownx.superfences
7878 - codehilite
79+ - inline_graphviz
7980 - pymdownx.mark
8081 - pymdownx.caret
8182 - pymdownx.tilde
Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ markdown-extra==1.0.1
1010python-markdown-comments == 1.1.0
1111markdown-footnotes == 0.1.1
1212graphviz =0.20.3
13+ markdown-inline-graphviz
1314Update github-actions.yml == 10.8.1
You can’t perform that action at this time.
0 commit comments