From 0e220698c2b0a785da58273ad76cc263aac80ec5 Mon Sep 17 00:00:00 2001 From: James McDonnell Date: Wed, 2 Oct 2024 16:05:42 -0700 Subject: [PATCH 1/2] Upgrade graphviz extension markdown_inline_graphviz_extension version 1.1.3 will fix markdown > 3 support. But the version only exists in the github: https://github.com/cesaremorel/markdown-inline-graphviz It hasn't been published to pypi yet. See: https://github.com/cesaremorel/markdown-inline-graphviz/issues/13 For now, building from github may suffice --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6be5ff1..fcaa72b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ Markdown>=3.2,<3.4 # explaining what was added or fixed (or at least pointing to the underlying # release notes of the bumped package). mkdocs-material==9.5.44 -markdown_inline_graphviz_extension==1.1.2 +markdown_inline_graphviz_extension@git+https://github.com/cesaremorel/markdown-inline-graphviz.git@v1.1.3 mkdocs-monorepo-plugin==1.1.0 plantuml-markdown==3.10.4 mdx_truly_sane_lists==1.3 From 74e7edad856bc023c24a25b89787ca7c89120f61 Mon Sep 17 00:00:00 2001 From: James McDonnell <447668+ElementalWarrior@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:21:18 -0800 Subject: [PATCH 2/2] Use commit hash instead of branch/tag name Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fcaa72b..cb9ece3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ Markdown>=3.2,<3.4 # explaining what was added or fixed (or at least pointing to the underlying # release notes of the bumped package). mkdocs-material==9.5.44 -markdown_inline_graphviz_extension@git+https://github.com/cesaremorel/markdown-inline-graphviz.git@v1.1.3 +markdown_inline_graphviz_extension@git+https://github.com/cesaremorel/markdown-inline-graphviz.git@579f10af9fe7187c717c20615f65774f898c1a0d mkdocs-monorepo-plugin==1.1.0 plantuml-markdown==3.10.4 mdx_truly_sane_lists==1.3