From 3e96f4c65819a240e714cd1a007e6bc10d386cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Marci=C5=84czyk?= Date: Thu, 14 May 2026 12:51:51 +0200 Subject: [PATCH] docs: update links to markdown_inline_graphviz --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 560eb12..47ef60d 100644 --- a/README.md +++ b/README.md @@ -133,8 +133,8 @@ TechDocs Core plugin: - tabbed: Tabbed allows for tabbed Markdown content. - tasklist: Tasklist allows inserting lists with check boxes. - tilde: Tilde is syntactically built around the ~ character. It adds support for inserting subscripts and adds an easy way to place text in a <_del_> tag. -- [markdown_inline_graphviz](https://pypi.org/project/markdown-inline-graphviz/): A Python Markdown extension replaces inline Graphviz definitions with inline SVGs or PNGs. - Activate the inline_graphviz extension using the [usage instructions](https://github.com/sprin/markdown-inline-graphviz#usage). +- [markdown_inline_graphviz](https://pypi.org/project/markdown-graphviz-inline/): A Python Markdown extension replaces inline Graphviz definitions with inline SVGs or PNGs. + Activate the markdown_inline_graphviz extension using the [usage instructions](https://github.com/backstage/markdown-inline-graphviz#usage). - [plantuml_markdown](https://pypi.org/project/plantuml-markdown/): This plugin implements a block extension which can be used to specify a PlantUML diagram which will be converted into an image and inserted in the document.