From 3e5691b6f56a0af6f0b960c7e03d85e2b374a383 Mon Sep 17 00:00:00 2001
From: pawamoy <3999221+pawamoy@users.noreply.github.com>
Date: Thu, 30 Jul 2026 19:30:40 +0000
Subject: [PATCH] Update best-of list for version 2026.07.30
---
README.md | 4078 ++-----------------------------
history/2026-07-30_changes.md | 16 +
history/2026-07-30_projects.csv | 306 +++
latest-changes.md | 16 +-
4 files changed, 470 insertions(+), 3946 deletions(-)
create mode 100644 history/2026-07-30_changes.md
create mode 100644 history/2026-07-30_projects.csv
diff --git a/README.md b/README.md
index b810204..46a88e0 100644
--- a/README.md
+++ b/README.md
@@ -10,34 +10,34 @@
-
+
-This list contains 300 awesome open-source projects grouped into 17 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you want to add or update projects, feel free to open an [issue](https://github.com/mkdocs/catalog/issues/new/choose), submit a [pull request](https://github.com/mkdocs/catalog/pulls), or directly edit the [projects.yaml](https://github.com/mkdocs/catalog/edit/main/projects.yaml). Contributions are very welcome!
+This list contains 13 awesome open-source projects grouped into 17 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you want to add or update projects, feel free to open an [issue](https://github.com/mkdocs/catalog/issues/new/choose), submit a [pull request](https://github.com/mkdocs/catalog/pulls), or directly edit the [projects.yaml](https://github.com/mkdocs/catalog/edit/main/projects.yaml). Contributions are very welcome!
> 🧙♂️ Discover other [best-of lists](https://best-of.org) or [create your own](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md).
## Contents
-- [🎨 Theming](#-theming) _31 projects_
-- [💻 API documentation building](#-api-documentation-building) _26 projects_
-- [💬 Blogging](#-blogging) _7 projects_
-- [📊 Charts, Images, Tables & Graphs](#-charts-images-tables--graphs) _40 projects_
-- [🤖 Code execution, variables & templating](#-code-execution-variables--templating) _22 projects_
-- [🌲 Git repos & info](#-git-repos--info) _12 projects_
-- [🌈 HTML processing & CSS styling](#-html-processing--css-styling) _16 projects_
-- [📎 Integrations with other tools](#-integrations-with-other-tools) _13 projects_
-- [🌍 Internationalization & localization](#-internationalization--localization) _3 projects_
-- [🔗 Links & references](#-links--references) _24 projects_
-- [🧩 Markdown extensions](#-markdown-extensions) _28 projects_
-- [🧭 Navigation & page building](#-navigation--page-building) _28 projects_
-- [✅ Quality checks (code blocks, spelling, etc.)](#-quality-checks-code-blocks-spelling-etc) _6 projects_
-- [🔍 Search & tables of content](#-search--tables-of-content) _5 projects_
-- [🍱 Site conversion (PDF/ePUB/etc.)](#-site-conversion-pdfepubetc) _11 projects_
-- [🔧 Site building, site management](#-site-building-site-management) _22 projects_
-- [📁 Snippets & includes (reusing contents)](#-snippets--includes-reusing-contents) _9 projects_
+- [🎨 Theming](#-theming) _3 projects_
+- [💻 API documentation building](#-api-documentation-building) _1 projects_
+- [💬 Blogging](#-blogging) _0 projects_
+- [📊 Charts, Images, Tables & Graphs](#-charts-images-tables--graphs) _3 projects_
+- [🤖 Code execution, variables & templating](#-code-execution-variables--templating) _0 projects_
+- [🌲 Git repos & info](#-git-repos--info) _0 projects_
+- [🌈 HTML processing & CSS styling](#-html-processing--css-styling) _1 projects_
+- [📎 Integrations with other tools](#-integrations-with-other-tools) _0 projects_
+- [🌍 Internationalization & localization](#-internationalization--localization) _1 projects_
+- [🔗 Links & references](#-links--references) _1 projects_
+- [🧩 Markdown extensions](#-markdown-extensions) _3 projects_
+- [🧭 Navigation & page building](#-navigation--page-building) _0 projects_
+- [✅ Quality checks (code blocks, spelling, etc.)](#-quality-checks-code-blocks-spelling-etc) _0 projects_
+- [🔍 Search & tables of content](#-search--tables-of-content) _0 projects_
+- [🍱 Site conversion (PDF/ePUB/etc.)](#-site-conversion-pdfepubetc) _0 projects_
+- [🔧 Site building, site management](#-site-building-site-management) _0 projects_
+- [📁 Snippets & includes (reusing contents)](#-snippets--includes-reusing-contents) _0 projects_
## Explanation
- 🥇🥈🥉 Combined project-quality score
@@ -65,4057 +65,263 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
-Material for MkDocs - 🥇42 · ⭐ 25K · MIT · 
· 
Documentation that simply works.
+BOOTSTRAP386 - 🥈4 · ⭐ 37 · 💤 · ❗Unlicensed · 
A vintage 1980s DOS inspired Twitter Bootstrap theme for MkDocs https://lramage.gitlab.io/mkdocs-bootstrap386.
-
-
+
+
-- [GitHub](https://github.com/squidfunk/mkdocs-material) (👨💻 330 · 🔀 3.8K · 📦 75K · 📋 2.6K - 0% open · ⏱️ 06.11.2025)
-- [PyPi](https://pypi.org/project/mkdocs-material) (📥 12M / month):
+- [PyPi](https://pypi.org/project/mkdocs-bootstrap386):
```
- pip install mkdocs-material
+ pip install mkdocs-bootstrap386
```
+- [GitLab](https://gitlab.com/lramage/mkdocs-bootstrap386) (🔀 3 · 📋 7 - 57% open · ⏱️ 06.06.2018)
- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
```yaml
- theme: material
- ```
- Extras:
- ```yaml
- plugins:
- - blog
- - group
- - offline
- - search
- - social
- - tags
+ theme: bootstrap386
```
-Cinder - 🥇22 · ⭐ 220 · 💤 · MIT · 
A clean, responsive MkDocs theme.
+GitBook - 🥈4 · ⭐ 31 · 💤 · ❗Unlicensed · 
Default theme for GitBook for Mkdocs https://lramage.gitlab.io/mkdocs-gitbook-theme.
-
-
+
+
-- [GitHub](https://github.com/chrissimpkins/cinder) (👨💻 23 · 🔀 98 · 📥 1K · 📦 690 · 📋 51 - 31% open · ⏱️ 05.01.2021)
-- [PyPi](https://pypi.org/project/mkdocs-cinder) (📥 6.9K / month):
+- [PyPi](https://pypi.org/project/mkdocs-gitbook):
```
- pip install mkdocs-cinder
+ pip install mkdocs-gitbook
```
+- [GitLab](https://gitlab.com/lramage/mkdocs-gitbook-theme) (🔀 15 · 📋 19 - 47% open · ⏱️ 17.12.2018)
- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
```yaml
- theme: cinder
+ theme: gitbook
```
-Bootswatch - 🥇20 · ⭐ 150 · 💤 · BSD-2 · 
MkDocs Bootswatch Themes.
+Cluster - 🥉1 · ⭐ 6 · 💤 · ❗Unlicensed · 
Another bootstrap theme for MkDocs.
-
-
+
+
-- [GitHub](https://github.com/mkdocs/mkdocs-bootswatch) (👨💻 10 · 🔀 57 · 📦 1.2K · 📋 33 - 9% open · ⏱️ 29.12.2023)
-- [PyPi](https://pypi.org/project/mkdocs-bootswatch) (📥 18K / month):
+- [PyPi](https://pypi.org/project/mkdocs-cluster):
```
- pip install mkdocs-bootswatch
+ pip install mkdocs-cluster
```
+- [GitLab](https://gitlab.com/kaliko/mkdocs-cluster) (🔀 2 · ⏱️ 02.06.2016)
- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
```yaml
- theme: cerulean
- theme: cosmo
- theme: cyborg
- theme: darkly
- theme: flatly
- theme: journal
- theme: litera
- theme: lumen
- theme: lux
- theme: materia
- theme: minty
- theme: pulse
- theme: sandstone
- theme: simplex
- theme: slate
- theme: solar
- theme: spacelab
- theme: superhero
- theme: united
- theme: yeti
+ theme: cluster
```
-Shadcn - 🥇19 · ⭐ 79 · MIT · 
· 
Documentation that also shines.
+
-
-
-
+## 💻 API documentation building
-- [GitHub](https://github.com/asiffer/mkdocs-shadcn) (🔀 6 · 📥 110 · 📦 19 · 📋 19 - 10% open · ⏱️ 20.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-shadcn) (📥 2.6K / month):
- ```
- pip install mkdocs-shadcn
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
- ```yaml
- theme: shadcn
- ```
- Extras:
- ```yaml
- plugins:
- - search
- - excalidraw
- ```
-
-Terminal for MkDocs - 🥈17 · ⭐ 280 · MIT · 
monospace theme for MkDocs.
+
-
-
-
+ansible-document - 🥉1 · ❗Unlicensed
Auto-generate ansible role documentation.
-- [GitHub](https://github.com/ntno/mkdocs-terminal) (👨💻 3 · 🔀 19 · 📦 140 · 📋 68 - 42% open · ⏱️ 18.08.2025)
-- [PyPi](https://pypi.org/project/mkdocs-terminal) (📥 2.9K / month):
+- [PyPi](https://pypi.org/project/ansible-mkdocs):
```
- pip install mkdocs-terminal
+ pip install ansible-mkdocs
```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
- ```yaml
- theme: terminal
- ```
- Extras:
- ```yaml
- plugins:
- - md-to-html
- ```
-Dracula - 🥈17 · ⭐ 110 · MIT · 
Dark theme for Mkdocs.
-
-
-
-
+
-- [GitHub](https://github.com/dracula/mkdocs) (👨💻 4 · 🔀 15 · 📦 150 · 📋 15 - 6% open · ⏱️ 04.08.2025)
-- [PyPi](https://pypi.org/project/mkdocs-dracula-theme) (📥 4.5K / month):
- ```
- pip install mkdocs-dracula-theme
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
- ```yaml
- theme: dracula
- ```
-
-Bootstrap - 🥈17 · ⭐ 93 · 💤 · BSD-2 · 
MkDocs Bootstrap Theme.
+## 💬 Blogging
-
-
-
+
-- [GitHub](https://github.com/mkdocs/mkdocs-bootstrap) (👨💻 6 · 🔀 34 · 📦 510 · 📋 16 - 6% open · ⏱️ 29.12.2023)
-- [PyPi](https://pypi.org/project/mkdocs-bootstrap) (📥 15K / month):
- ```
- pip install mkdocs-bootstrap
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
- ```yaml
- theme: bootstrap
- ```
-
-Windmill - 🥈16 · ⭐ 120 · 💤 · MIT · 
Outstanding mkdocs theme with a focus on navigation and usability.
+
-
-
-
+## 📊 Charts, Images, Tables & Graphs
-- [GitHub](https://github.com/gristlabs/mkdocs-windmill) (👨💻 8 · 🔀 50 · 📦 350 · 📋 31 - 48% open · ⏱️ 11.03.2022)
-- [PyPi](https://pypi.org/project/mkdocs-windmill) (📥 5.1K / month):
- ```
- pip install mkdocs-windmill
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
- ```yaml
- theme: windmill
- ```
-
-Simple Blog - 🥈16 · ⭐ 120 · MIT · 
Blog Template for Mkdocs.
+
-
-
-
+MkDocs Graphviz - 🥇7 · ⭐ 6 · 💤 · ❗Unlicensed · 
A mkdocs Extension that automatically renders Graphviz images, in SVG or PNG format, within your markdown file.
-- [GitHub](https://github.com/FernandoCelmer/mkdocs-simple-blog) (👨💻 3 · 🔀 13 · 📦 96 · 📋 26 - 30% open · ⏱️ 23.03.2025)
-- [PyPi](https://pypi.org/project/mkdocs-simple-blog) (📥 1.1K / month):
+- [PyPi](https://pypi.org/project/mkdocs-graphviz) (📥 22K / month):
```
- pip install mkdocs-simple-blog
+ pip install mkdocs-graphviz
```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
+- [GitLab](https://gitlab.com/rod2ik/mkdocs-graphviz) (🔀 1 · 📋 11 - 54% open · ⏱️ 03.05.2021)
+- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
```yaml
- theme: simple-blog
+ markdown_extensions:
+ - mkdocs_graphviz
```
-Zettelkasten - 🥈14 · ⭐ 21 · MIT · 
This is a Zettelkasten theme and plugin for MkDocs. It renders the MkDocs pages as cards (zettels).
+MkHack3rs - 🥉2 · ⭐ 4 · 💤 · ❗Unlicensed · 
Hacks & Integrations for Mkdocs / Material Theme.
-
-
-
+- [GitLab](https://gitlab.com/eskool/mkhack3rs) (🔀 1 · ⏱️ 01.05.2021)
+
+oEmbedPy - 🥉2 · ❗Unlicensed · 
MkDocs plugin to render rich contents from URL by oEmbed API.
-- [GitHub](https://github.com/buvis/mkdocs-zettelkasten) (👨💻 4 · 🔀 3 · 📥 30 · 📦 6 · 📋 33 - 57% open · ⏱️ 23.05.2025)
-- [PyPi](https://pypi.org/project/mkdocs-zettelkasten) (📥 230 / month):
+- [GitHub]() (👨💻 2 · 📦 17)
+- [PyPi](https://pypi.org/project/oEmbedPy):
```
- pip install mkdocs-zettelkasten
+ pip install oEmbedPy
```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
- ```yaml
- theme: zettelkasten-solarized-light
- ```
- Extras:
+- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
```yaml
plugins:
- - zettelkasten
+ - oembedpy
```
-Lantana - 🥈13 · ⭐ 24 · MIT · 
Lantana MKDocsHTML.
+
-
-
-
+## 🤖 Code execution, variables & templating
-- [GitHub](https://github.com/wsoft-ws/lantana) (👨💻 6 · 🔀 1 · 📥 430 · 📦 8 · 📋 20 - 10% open · ⏱️ 03.07.2025)
-- [PyPi](https://pypi.org/project/lantana) (📥 360 / month):
- ```
- pip install lantana
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
- ```yaml
- theme: lantana
- ```
-
-Torillic - 🥈12 · ⭐ 120 · ❗️CC0-1.0 · 
A D&D inspired theme for styling TTRPG notes and resources.
+
-
-
-
+
-- [GitHub](https://github.com/TEParsons/torillic) (👨💻 4 · 🔀 87 · 📥 7.9K · 📋 13 - 15% open · ⏱️ 21.04.2025)
-- [PyPi](https://pypi.org/project/mkdocs-torillic) (📥 110 / month):
- ```
- pip install mkdocs-torillic
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
- ```yaml
- theme: torillic
- ```
-
-KPN for MkDocs - 🥈10 · ⭐ 9 · 💤 · MIT · 
KPN theme for MkDocs | owner=flow.
+## 🌲 Git repos & info
-
-
-
+
-- [GitHub](https://github.com/kpn/mkdocs-kpn-theme) (👨💻 3 · 📦 7 · ⏱️ 31.01.2024)
-- [PyPi](https://pypi.org/project/mkdocs-kpn) (📥 360 / month):
- ```
- pip install mkdocs-kpn
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
- ```yaml
- theme: kpn
- ```
-
-SWAN - 🥈10 · ⭐ 7 · 💤 · ❗️AGPL-3.0 · 
SWAN MkDocs theme.
+
-
-
-
+## 🌈 HTML processing & CSS styling
-- [GitHub](https://github.com/swan-cern/mkdocs-swan) (👨💻 4 · 🔀 3 · 📦 11 · ⏱️ 23.01.2024)
-- [PyPi](https://pypi.org/project/mkdocs-swan) (📥 140 / month):
- ```
- pip install mkdocs-swan
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
- ```yaml
- theme: swan
- ```
-
-mkdocs-curriculum-vitae - 🥈10 · ⭐ 5 · MIT · 
A simple MkDocs theme, designed to make your curriculum vitae (CV) with minimal configuration, and several themes.
+
-
-
-
+mkdocs-ai-summary - 🥉3 · MIT · 
-- [GitHub](https://github.com/Paul-Riviere/mkdocs-curriculum-vitae) (👨💻 3 · 🔀 1 · 📦 3 · 📋 40 - 25% open · ⏱️ 14.04.2025)
-- [PyPi](https://pypi.org/project/mkdocs-curriculum-vitae) (📥 40 / month):
+- [GitHub]() (📦 4)
+- [PyPi](https://pypi.org/project/mkdocs-ai-summary):
```
- pip install mkdocs-curriculum-vitae
+ pip install mkdocs-ai-summary
```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
+- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
```yaml
- theme: curriculum-vitae
+ plugins:
+ - ai-summary
```
-CustomMill - 🥉9 · ⭐ 16 · 💤 · ❗Unlicensed · 
Outstanding mkdocs theme with a focus on navigation, customization and usability.
+
-
-
-
+## 📎 Integrations with other tools
-- [GitHub](https://github.com/Siphalor/mkdocs-custommill) (👨💻 8 · 🔀 7 · 📦 24 · ⏱️ 10.03.2022)
-- [PyPi](https://pypi.org/project/mkdocs-custommill) (📥 510 / month):
- ```
- pip install mkdocs-custommill
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
- ```yaml
- theme: custommill
- ```
-
-Bootstrap 4 - 🥉9 · ⭐ 7 · MIT · 
A vanilla Bootstrap 4 theme for MkDocs.
+
-
-
-
+
-- [GitHub](https://github.com/LukeCarrier/mkdocs-theme-bootstrap4) (👨💻 3 · 📋 6 - 16% open · ⏱️ 23.11.2024)
-- [PyPi](https://pypi.org/project/mkdocs-theme-bootstrap4) (📥 350 / month):
- ```
- pip install mkdocs-theme-bootstrap4
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
- ```yaml
- theme: bootstrap4
- ```
- Extras:
- ```yaml
- plugins:
- - bootstrap4-blockquotes
- - bootstrap4-tables
- ```
-
-GitBook - 🥉8 · ⭐ 30 · 💤 · ❗Unlicensed · 
Default theme for GitBook for Mkdocs https://lramage.gitlab.io/mkdocs-gitbook-theme.
+## 🌍 Internationalization & localization
-
-
-
+
+
+Mkdocs translations plugin - 🥉1 · ❗Unlicensed · 
Internationalization plugin for mkdocs.
-- [PyPi](https://pypi.org/project/mkdocs-gitbook) (📥 12K / month):
+- [PyPi](https://pypi.org/project/mkdocs-translations):
```
- pip install mkdocs-gitbook
+ pip install mkdocs-translations
```
-- [GitLab](https://gitlab.com/lramage/mkdocs-gitbook-theme) (🔀 14 · 📋 19 - 47% open · ⏱️ 17.12.2018)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
+- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
```yaml
- theme: gitbook
+ plugins:
+ - translations
```
-Landing - 🥉8 · ⭐ 22 · ❗️CC0-1.0 · 
An mkdocs theme geared towards making a personal landing page, with simpler navigation and heavily customisable style..
+
-
-
-
+## 🔗 Links & references
-- [GitHub](https://github.com/TEParsons/mkdocs-landing) (👨💻 4 · 🔀 1 · 📥 4 · 📦 6 · 📋 2 - 50% open · ⏱️ 16.02.2025)
-- [PyPi](https://pypi.org/project/mkdocs-landing) (📥 78 / month):
- ```
- pip install mkdocs-landing
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
- ```yaml
- theme: landing
- ```
-
-Ivory - 🥉8 · ⭐ 10 · 💤 · MIT · 
Ivory theme for MkDocs.
+
-
-
-
+Mkdocs-Addresses - 🥉3 · 💤 · ❗Unlicensed · 
Mkdocs plugin, building automatically the appropriate relative paths (to images, links, anchors, ...) using..
-- [GitHub](https://github.com/daizutabi/mkdocs-ivory) (👨💻 2 · 🔀 5 · 📋 6 - 50% open · ⏱️ 16.06.2020)
-- [PyPi](https://pypi.org/project/mkdocs-ivory) (📥 2.7K / month):
+- [PyPi](https://pypi.org/project/mkdocs-addresses) (📥 140 / month):
```
- pip install mkdocs-ivory
+ pip install mkdocs-addresses
```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
+- [GitLab](https://gitlab.com/frederic-zinelli/mkdocs-addresses) (🔀 0 · ⏱️ 13.07.2023)
+- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
```yaml
- theme: ivory
+ plugins:
+ - mkdocs-addresses
```
-Nature - 🥉8 · ⭐ 5 · ❗Unlicensed · 
A MkDocs theme.
+
-
-
-
+## 🧩 Markdown extensions
-- [GitHub](https://github.com/waylan/mkdocs-nature) (👨💻 3 · 🔀 1 · 📦 49 · ⏱️ 04.09.2025)
-- [PyPi](https://pypi.org/project/mkdocs-nature) (📥 900 / month):
- ```
- pip install mkdocs-nature
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
- ```yaml
- theme: nature
- ```
-
-GitHub - 🥉8 · ⭐ 5 · 💤 · MIT · 
Theme Mkdocs Like a Github. DEMO =.
+
-
-
-
+markdown-katex - 🥈7 · ⭐ 11 · 💤 · ❗Unlicensed · 
KaTeX extension for Python Markdown.
-- [GitHub](https://github.com/g3xx/mkdocs-Github) (📦 13 · ⏱️ 25.02.2020)
-- [PyPi](https://pypi.org/project/mkdocs-github) (📥 260 / month):
+- [PyPi](https://pypi.org/project/markdown-katex) (📥 21K / month):
```
- pip install mkdocs-github
+ pip install markdown-katex
```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
+- [GitLab](https://gitlab.com/mbarkhau/markdown-katex) (🔀 4 · 📋 17 - 23% open · ⏱️ 14.05.2019)
+- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
```yaml
- theme: github
+ markdown_extensions:
+ - markdown_katex
```
-Windmill Dark - 🥉7 · ⭐ 37 · 💤 · ❗Unlicensed · 
Outstanding mkdocs theme with a focus on navigation and usability.
-
-
-
-
+Markdown Grid Tables - 🥈5 · ⭐ 1 · 💤 · ❗Unlicensed · 
[Python-Markdown](https://python-markdown.github.io/) [extension](https://python-markdown.github.io/extensions/api/)..
-- [GitHub](https://github.com/noraj/mkdocs-windmill-dark) (👨💻 4 · 🔀 11 · ⏱️ 12.05.2022)
-- [PyPi](https://pypi.org/project/mkdocs-windmill-dark) (📥 440 / month):
+- [PyPi](https://pypi.org/project/markdown-grid-tables) (📥 58K / month):
```
- pip install mkdocs-windmill-dark
+ pip install markdown-grid-tables
```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
+- [GitLab](https://gitlab.com/WillDaSilva/markdown_grid_tables) (🔀 7 · 📋 4 - 75% open · ⏱️ 09.02.2022)
+- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
```yaml
- theme: windmill-dark
+ markdown_extensions:
+ - markdown_grid_tables
```
-Alabaster - 🥉7 · ⭐ 36 · 💤 · ❗Unlicensed · 
Alabaster port for MkDocs.
-
-
-
-
+Django Static Image · ❗Unlicensed · 
-- [GitHub](https://github.com/notpushkin/mkdocs-alabaster) (👨💻 10 · 🔀 10 · 📋 17 - 17% open · ⏱️ 16.06.2020)
-- [PyPi](https://pypi.org/project/mkdocs-alabaster) (📥 500 / month):
+- [PyPi](https://pypi.org/project/markdown-djangostaticimage):
```
- pip install mkdocs-alabaster
+ pip install markdown-djangostaticimage
```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
+- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
```yaml
- theme: alabaster
+ markdown_extensions:
+ - django_static_image
```
-BOOTSTRAP386 - 🥉7 · ⭐ 35 · 💤 · ❗Unlicensed · 
A vintage 1980s DOS inspired Twitter Bootstrap theme for MkDocs https://lramage.gitlab.io/mkdocs-bootstrap386.
+
-
-
-
+## 🧭 Navigation & page building
-- [PyPi](https://pypi.org/project/mkdocs-bootstrap386) (📥 1.1K / month):
- ```
- pip install mkdocs-bootstrap386
- ```
-- [GitLab](https://gitlab.com/lramage/mkdocs-bootstrap386) (🔀 3 · 📋 7 - 57% open · ⏱️ 06.06.2018)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
- ```yaml
- theme: bootstrap386
- ```
-
-Moonstone - 🥉7 · ⭐ 8 · 💤 · ❗Unlicensed · 
A documentation theme for mkdocs.
+
-
-
-
+
-- [GitHub](https://github.com/byrnereese/mkdocs-moonstone) (🔀 1 · 📦 14 · ⏱️ 15.06.2021)
-- [PyPi](https://pypi.org/project/mkdocs-moonstone) (📥 1K / month):
- ```
- pip install mkdocs-moonstone
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
- ```yaml
- theme: moonstone
- ```
-
-Risonia - 🥉7 · ⭐ 4 · 💤 · ❗Unlicensed · 
A simple theme for MkDocs, using the w3.css framework and configurable color schemes.
+## ✅ Quality checks (code blocks, spelling, etc.)
-
-
-
+
-- [GitHub](https://github.com/unverbuggt/mkdocs-risonia-theme) (🔀 2 · 📦 4 · ⏱️ 01.09.2023)
-- [PyPi](https://pypi.org/project/mkdocs-risonia-theme) (📥 41 / month):
- ```
- pip install mkdocs-risonia-theme
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
- ```yaml
- theme: risonia
- ```
- Extras:
- ```yaml
- plugins:
- - color-theme
- - w3css-classes
- ```
-
-mkdocs-theme-topdf - 🥉6 · ⭐ 13 · MPL-2.0 · 
A mkdocs theme for create PDF and printing with paged.js.
+
-
-
-
+## 🔍 Search & tables of content
-- [GitHub](https://github.com/kuri65536/mkdocs-theme-topdf) (🔀 1 · 📦 4 · ⏱️ 22.05.2025)
-- [PyPi](https://pypi.org/project/mkdocs-theme-topdf) (📥 55 / month):
- ```
- pip install mkdocs-theme-topdf
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
- ```yaml
- theme: topdf
- ```
-
-docSkimmer - 🥉5 · ⭐ 19 · 💤 · ❗Unlicensed · 
An accessible, skimmable theme for MkDocs.
+
-
-
-
+
-- [GitHub](https://github.com/hfagerlund/mkdocs-docskimmer) (⏱️ 05.11.2023)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
- ```yaml
- theme: docskimmer
- ```
-
-mkdocs-rtl - 🥉4 · ⭐ 25 · 💤 · MIT
mkdocs rtl theme based on mkdocs-material.
-
-- [GitHub](https://github.com/mberneti/mkdocs-rtl) (👨💻 2 · 🔀 4 · 📋 2 - 50% open · ⏱️ 22.10.2017)
-
-Cluster - 🥉3 · ⭐ 6 · 💤 · ❗Unlicensed · 
Another bootstrap theme for MkDocs.
-
-
-
-
-
-- [PyPi](https://pypi.org/project/mkdocs-cluster) (📥 570 / month):
- ```
- pip install mkdocs-cluster
- ```
-- [GitLab](https://gitlab.com/kaliko/mkdocs-cluster) (🔀 2 · ⏱️ 02.06.2016)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme):
- ```yaml
- theme: cluster
- ```
-
-
-
-## 💻 API documentation building
-
-
-
-mkdocstrings - 🥇33 · ⭐ 2K · ISC · 
Automatic documentation from sources, for MkDocs.
-
-- [GitHub](https://github.com/mkdocstrings/mkdocstrings) (👨💻 53 · 🔀 120 · 📦 21K · 📋 460 - 12% open · ⏱️ 09.10.2025)
-- [PyPi](https://pypi.org/project/mkdocstrings) (📥 4.9M / month):
- ```
- pip install mkdocstrings
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocstrings
- ```
-
-mkdocstrings-python - 🥇25 · ⭐ 260 · ISC
A Python handler for mkdocstrings.
-
-- [GitHub](https://github.com/mkdocstrings/python) (👨💻 28 · 🔀 49 · 📋 200 - 18% open · ⏱️ 09.10.2025)
-- [PyPi](https://pypi.org/project/mkdocstrings-python) (📥 10M / month):
- ```
- pip install mkdocstrings-python
- ```
-
-MkApi - 🥇22 · ⭐ 120 · MIT · 
MkDocs plugin for automatic API documentation generation from Python docstrings.
-
-- [GitHub](https://github.com/daizutabi/mkapi) (👨💻 6 · 🔀 18 · 📦 230 · 📋 150 - 2% open · ⏱️ 11.10.2025)
-- [PyPi](https://pypi.org/project/mkapi) (📥 10K / month):
- ```
- pip install mkapi
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkapi
- ```
-
-MkDocsOAD - 🥈21 · ⭐ 160 · 📉 · MIT · 
· 
Plugin for MkDocs to generate human readable documentation from OpenAPI Documentation Version 3 (also known as Swagger..
-
-- [GitHub](https://github.com/Neoteroi/mkdocs-plugins) (👨💻 12 · 🔀 11 · 📥 15K · 📦 450 · 📋 44 - 43% open · ⏱️ 02.08.2025)
-- [PyPi](https://pypi.org/project/neoteroi-mkdocs) (📥 140K / month):
- ```
- pip install neoteroi-mkdocs
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - neoteroi.mkdocsoad
- - neoteroi.contribs
- markdown_extensions:
- - neoteroi.cards
- - neoteroi.timeline
- - neoteroi.projects
- - neoteroi.spantable
- ```
-
-mkdocs-click - 🥈21 · ⭐ 140 · Apache-2 · 
An MkDocs extension to generate documentation for Click command line applications.
-
-- [GitHub](https://github.com/mkdocs/mkdocs-click) (👨💻 16 · 🔀 20 · 📦 970 · 📋 35 - 54% open · ⏱️ 18.06.2025)
-- [PyPi](https://pypi.org/project/mkdocs-click) (📥 850K / month):
- ```
- pip install mkdocs-click
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - mkdocs-click
- ```
-
-mkdoxy - 🥈21 · ⭐ 110 · 📉 · MIT · 
Automatically generates API documentation for your project based on Doxygen comments and code snippets in your..
-
-- [GitHub](https://github.com/JakubAndrysek/MkDoxy) (👨💻 18 · 🔀 28 · 📦 50 · 📋 69 - 27% open · ⏱️ 29.08.2025)
-- [PyPi](https://pypi.org/project/mkdoxy) (📥 23K / month):
- ```
- pip install mkdoxy
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdoxy
- ```
-
-mkdocs-api-autonav - 🥈17 · ⭐ 30 · BSD-3 · 
MkDocs plugin for autogenerating API docs with navigation.
-
-- [GitHub](https://github.com/tlambert03/mkdocs-api-autonav) (👨💻 2 · 🔀 1 · 📥 53 · 📦 100 · 📋 16 - 25% open · ⏱️ 25.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-api-autonav) (📥 62K / month):
- ```
- pip install mkdocs-api-autonav
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - api-autonav
- ```
-
-mkdocstrings-crystal - 🥈15 · ⭐ 31 · MIT
Crystal language doc generator for https://github.com/mkdocstrings/mkdocstrings.
-
-- [GitHub](https://github.com/mkdocstrings/crystal) (👨💻 3 · 🔀 3 · 📋 7 - 57% open · ⏱️ 05.11.2025)
-- [PyPi](https://pypi.org/project/mkdocstrings-crystal) (📥 20K / month):
- ```
- pip install mkdocstrings-crystal
- ```
-
-mkdocs-autoapi - 🥈15 · ⭐ 18 · MIT · 
MkDocs plugin providing automatic API reference generation.
-
-- [GitHub](https://github.com/jcayers20/mkdocs-autoapi) (📥 8 · 📦 89 · 📋 36 - 19% open · ⏱️ 02.04.2025)
-- [PyPi](https://pypi.org/project/mkdocs-autoapi) (📥 24K / month):
- ```
- pip install mkdocs-autoapi
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs-autoapi
- ```
-
-mkdocs-typer2 - 🥈14 · ⭐ 14 · Apache-2 · 
Mkdocs Plugin For Typer CLI Docs.
-
-- [GitHub](https://github.com/syn54x/mkdocs-typer2) (🔀 1 · 📦 11 · ⏱️ 02.09.2025)
-- [PyPi](https://pypi.org/project/mkdocs-typer2) (📥 6.1K / month):
- ```
- pip install mkdocs-typer2
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs-typer2
- ```
-
-mkdocs-typer - 🥈13 · ⭐ 32 · 💤 · Apache-2 · 
An MkDocs extension to generate documentation for Typer command line applications.
-
-- [GitHub](https://github.com/bruce-szalwinski/mkdocs-typer) (🔀 3 · 📋 9 - 66% open · ⏱️ 21.06.2023)
-- [PyPi](https://pypi.org/project/mkdocs-typer) (📥 20K / month):
- ```
- pip install mkdocs-typer
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - mkdocs-typer
- ```
-
-mkdocstrings-matlab - 🥈13 · ⭐ 10 · ISC
A MATLAB handler for mkdocstrings, automatic documentation from sources.
-
-- [GitHub](https://github.com/watermarkhu/mkdocstrings-matlab) (👨💻 5 · 🔀 1 · 📦 2 · 📋 6 - 33% open · ⏱️ 05.11.2025)
-- [PyPi](https://pypi.org/project/mkdocstrings-matlab) (📥 730 / month):
- ```
- pip install mkdocstrings-matlab
- ```
-
-MkAutoDoc - 🥉12 · ⭐ 230 · 💤 · ❗️BSD · 
Auto documentation for MkDocs.
-
-- [GitHub](https://github.com/lovelydinosaur/mkautodoc) (👨💻 7 · 🔀 18 · 📋 18 - 38% open · ⏱️ 26.09.2022)
-- [PyPi](https://pypi.org/project/mkautodoc) (📥 13K / month):
- ```
- pip install mkautodoc
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - mkautodoc
- ```
-
-mkdocstrings-vba - 🥉11 · ⭐ 4 · ISC
VBA handler for mkdocstrings.
-
-- [GitHub](https://github.com/mkdocstrings/vba) (👨💻 3 · 🔀 1 · 📦 3 · 📋 9 - 22% open · ⏱️ 01.09.2025)
-- [PyPi](https://pypi.org/project/mkdocstrings-vba) (📥 260 / month):
- ```
- pip install mkdocstrings-vba
- ```
-
-mktheapidocs - 🥉10 · ⭐ 12 · 💤 · MIT · 
Numpydocs - mkdocs friendly markdown.
-
-- [GitHub](https://github.com/greenape/mktheapidocs) (👨💻 6 · 🔀 3 · 📋 16 - 62% open · ⏱️ 10.06.2022)
-- [PyPi](https://pypi.org/project/mktheapidocs) (📥 430 / month):
- ```
- pip install mktheapidocs
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mktheapidocs
- ```
-
-mkdocstrings-shell - 🥉10 · ⭐ 5 · ISC
A shell scripts/libraries handler for mkdocstrings.
-
-- [GitHub](https://github.com/mkdocstrings/shell) (📦 61 · 📋 5 - 20% open · ⏱️ 19.09.2025)
-
-mkdocs-material-adr - 🥉8 · ⭐ 14 · Apache-2 · 
ADR for MkDocss Material Theme.
-
-- [GitHub](https://github.com/Kl0ven/mkdocs-material-adr) (👨💻 2 · 🔀 2 · 📦 9 · 📋 4 - 50% open · ⏱️ 03.04.2025)
-- [PyPi](https://pypi.org/project/mkdocs-material-adr) (📥 2.4K / month):
- ```
- pip install mkdocs-material-adr
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs-material-adr/adr
- ```
-
-mkdocs-azure-pipelines - 🥉8 · ⭐ 11 · MIT · 
Generate mkdocs documentation from Azure Pipelines yaml files.
-
-- [GitHub](https://github.com/Wesztman/mkdocs-azure-pipelines) (👨💻 3 · 🔀 1 · 📦 2 · 📋 2 - 50% open · ⏱️ 14.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-azure-pipelines) (📥 30 / month):
- ```
- pip install mkdocs-azure-pipelines
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs-azure-pipelines
- ```
-
-automacdoc - 🥉7 · ⭐ 44 · 💤 · MIT
Automatic generation of documentation for mkdocs.
-
-- [GitHub](https://github.com/AlexandreKempf/automacdoc) (👨💻 6 · 🔀 10 · 📋 5 - 80% open · ⏱️ 29.12.2020)
-- [PyPi](https://pypi.org/project/automacdoc) (📥 62 / month):
- ```
- pip install automacdoc
- ```
-
-mkdocs-pipeline-visualizer - 🥉7 · ⭐ 1 · BSD-2 · 
Generates MD documentation from tekton pipelines and tasks.
-
-- [GitHub](https://github.com/obegron/mkdocs-pipeline-visualizer) (👨💻 3 · 📦 3 · ⏱️ 17.09.2025)
-- [PyPi](https://pypi.org/project/mkdocs-pipeline-visualizer) (📥 64 / month):
- ```
- pip install mkdocs-pipeline-visualizer
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - pipeline-visualizer
- ```
-
-mkdocs-typedoc - 🥉6 · ⭐ 9 · 💤 · MIT · 
The MkDocs-Typedoc Plugin is a MkDocs plugin that allows you to include TypeDoc documentation in your MkDocs site.
-
-- [GitHub](https://github.com/JakubAndrysek/mkdocs-typedoc) (👨💻 2 · 🔀 1 · 📋 3 - 33% open · ⏱️ 03.05.2024)
-- [PyPi](https://pypi.org/project/mkdocs-typedoc) (📥 720 / month):
- ```
- pip install mkdocs-typedoc
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - typedoc
- ```
-
-inari - 🥉6 · ⭐ 5 · 💤 · MIT · 
Write docstrings in markdown!.
-
-- [GitHub](https://github.com/tkamenoko/inari) (📦 8 · 📋 2 - 50% open · ⏱️ 10.07.2021)
-- [PyPi](https://pypi.org/project/inari) (📥 120 / month):
- ```
- pip install inari
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - inari
- ```
-
-doxygen - 🥉5 · ⭐ 18 · 💤 · MIT · 
A Doxygen plugin for MkDocs.
-
-- [GitHub](https://github.com/pieterdavid/mkdocs-doxygen-plugin) (👨💻 3 · 🔀 5 · ⏱️ 04.12.2020)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - doxygen
- ```
-
-mkdocs-apidescribed-plugin - 🥉5 · ⭐ 1 · 🐣 · BSD-3 · 
mkdocs plugin to generate API documentation for Python programs.
-
-- [GitHub](https://github.com/idlesign/mkdocs-apidescribed-plugin) (⏱️ 24.05.2025)
-- [PyPi](https://pypi.org/project/mkdocs-apidescribed-plugin) (📥 30 / month):
- ```
- pip install mkdocs-apidescribed-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - apidescribed
- ```
-
-mkdocs-yaarg-plugin - 🥉2 · ⭐ 2 · 💤 · ❗Unlicensed · 
Yet Another API Reference Generator plugin for MKDocs.
-
-- [GitHub](https://github.com/g6123/mkdocs-yaarg-plugin) (📦 2 · ⏱️ 14.03.2021)
-- [PyPi](https://pypi.org/project/mkdocs-yaarg-plugin) (📥 37 / month):
- ```
- pip install mkdocs-yaarg-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - yaarg
- ```
-
-ansible-document - 🥉2 · ❗Unlicensed
Auto-generate ansible role documentation.
-
-- [PyPi](https://pypi.org/project/ansible-mkdocs) (📥 58 / month):
- ```
- pip install ansible-mkdocs
- ```
-
-
-
-## 💬 Blogging
-
-
-
-rss - 🥇25 · ⭐ 120 · MIT · 
MkDocs plugin to generate a RSS feeds for created and updated pages, using git log and YAML frontmatter (page.meta).
-
-- [GitHub](https://github.com/Guts/mkdocs-rss-plugin) (👨💻 20 · 🔀 29 · 📥 350 · 📦 1.3K · 📋 59 - 25% open · ⏱️ 03.11.2025)
-- [PyPi](https://pypi.org/project/mkdocs-rss-plugin) (📥 160K / month):
- ```
- pip install mkdocs-rss-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - rss
- ```
-
-mkdocs-blogging-plugin - 🥈19 · ⭐ 92 · 💤 · MIT · 
Add blogging feature to your MkDocs site.
-
-- [GitHub](https://github.com/liang2kl/mkdocs-blogging-plugin) (👨💻 7 · 🔀 16 · 📥 22 · 📦 320 · 📋 41 - 12% open · ⏱️ 21.07.2023)
-- [PyPi](https://pypi.org/project/mkdocs-blogging-plugin) (📥 11K / month):
- ```
- pip install mkdocs-blogging-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - blogging
- ```
-
-Publisher for MkDocs - blog - 🥈17 · ⭐ 120 · MIT · 
Blogging engine with support for categories, tags and archive.
-
-- [GitHub](https://github.com/mkdocs-publisher/mkdocs-publisher) (👨💻 3 · 🔀 9 · 📥 130 · 📦 93 · 📋 31 - 25% open · ⏱️ 11.07.2025)
-- [PyPi](https://pypi.org/project/mkdocs-publisher) (📥 3.3K / month):
- ```
- pip install mkdocs-publisher
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - pub-blog
- ```
-
-newsletter - 🥉11 · ⭐ 34 · 💤 · ❗️GPL-3.0 · 
Automatically create newsletters from the changes in a mkdocs repository.
-
-- [GitHub](https://github.com/lyz-code/mkdocs-newsletter) (👨💻 3 · 🔀 2 · 📦 51 · 📋 10 - 30% open · ⏱️ 27.05.2024)
-- [PyPi](https://pypi.org/project/mkdocs-newsletter) (📥 270 / month):
- ```
- pip install mkdocs-newsletter
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs-newsletter
- ```
-
-Blogs for MkDocs - 🥉11 · ⭐ 18 · 💤 · MIT · 
This plugin for MkDocs allows to keeps a really simple blog section inside your documentation site.
-
-- [GitHub](https://github.com/fmaida/mkdocs-blog-plugin) (🔀 3 · 📦 190 · 📋 2 - 50% open · ⏱️ 13.04.2020)
-- [PyPi](https://pypi.org/project/mkdocs-blog-plugin) (📥 6.4K / month):
- ```
- pip install mkdocs-blog-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - blog
- ```
-
-python-mkblog - 🥉4 · ⭐ 3 · 💤 · MIT · 
This is a MkDocs Plugin adding basic blogging functionality by parsing a `blog` directory ontop of your usual `docs`..
-
-- [GitHub](https://github.com/derJD/python-mkblog) (👨💻 2 · 🔀 1 · ⏱️ 14.04.2021)
-- [PyPi](https://pypi.org/project/mkblog) (📥 35 / month):
- ```
- pip install mkblog
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkblog
- ```
-
-blog - 🥉2 · ⭐ 15 · 💤 · ❗Unlicensed · 
Blogging in mkdocs.
-
-- [GitHub](https://github.com/andyoakley/mkdocs-blog) (🔀 7 · 📋 6 - 83% open · ⏱️ 02.11.2020)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - blog
- ```
-
-
-
-## 📊 Charts, Images, Tables & Graphs
-
-
-
-MkDocs GLightbox - 🥇28 · ⭐ 180 · MIT · 
A MkDocs plugin supports image lightbox (zoom effect) with GLightbox.
-
-- [GitHub](https://github.com/blueswen/mkdocs-glightbox) (👨💻 8 · 🔀 22 · 📥 44 · 📦 5.2K · 📋 56 - 42% open · ⏱️ 23.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-glightbox) (📥 800K / month):
- ```
- pip install mkdocs-glightbox
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - glightbox
- ```
-
-plantuml-markdown - 🥇26 · ⭐ 210 · BSD-2 · 
PlantUML plugin for Python-Markdown.
-
-- [GitHub](https://github.com/mikitex70/plantuml-markdown) (👨💻 30 · 🔀 56 · 📦 1.8K · 📋 72 - 1% open · ⏱️ 07.02.2025)
-- [PyPi](https://pypi.org/project/plantuml-markdown) (📥 1.5M / month):
- ```
- pip install plantuml-markdown
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - plantuml_markdown
- ```
-
-mermaid2 - 🥇24 · ⭐ 260 · MIT · 
A Mermaid graphs plugin for mkdocs.
-
-- [GitHub](https://github.com/fralau/mkdocs-mermaid2-plugin) (👨💻 16 · 🔀 28 · 📦 3.2K · 📋 85 - 15% open · ⏱️ 17.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-mermaid2-plugin) (📥 740K / month):
- ```
- pip install mkdocs-mermaid2-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mermaid2
- ```
-
-kroki - 🥇22 · ⭐ 56 · 💤 · MIT · 
MkDocs plugin for Kroki-Diagrams.
-
-- [GitHub](https://github.com/AVATEAM-IT-SYSTEMHAUS/mkdocs-kroki-plugin) (👨💻 16 · 🔀 29 · 📦 72 · 📋 43 - 20% open · ⏱️ 28.07.2024)
-- [PyPi](https://pypi.org/project/mkdocs-kroki-plugin) (📥 190K / month):
- ```
- pip install mkdocs-kroki-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - kroki
- ```
-
-panzoom - 🥈21 · ⭐ 52 · MIT · 
MkDocs Plugin to enable pan & zoom on images and mermaid/d2 diagrams.
-
-- [GitHub](https://github.com/PLAYG0N/mkdocs-panzoom) (👨💻 7 · 🔀 2 · 📥 36 · 📦 30 · 📋 30 - 20% open · ⏱️ 05.09.2025)
-- [PyPi](https://pypi.org/project/mkdocs-panzoom-plugin) (📥 790K / month):
- ```
- pip install mkdocs-panzoom-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - panzoom
- ```
-
-mkdocs_puml - 🥈19 · ⭐ 57 · MIT · 
Inline PlantUML diagrams in your MkDocs documentation.
-
-- [GitHub](https://github.com/MikhailKravets/mkdocs_puml) (👨💻 9 · 🔀 15 · 📦 77 · 📋 33 - 27% open · ⏱️ 04.08.2025)
-- [PyPi](https://pypi.org/project/mkdocs-puml) (📥 48K / month):
- ```
- pip install mkdocs-puml
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - plantuml
- ```
-
-table-reader - 🥈18 · ⭐ 160 · MIT · 
MkDocs plugin that enables a markdown tag like {{ read_csv(table.csv) }} to directly insert various table formats into..
-
-- [GitHub](https://github.com/timvink/mkdocs-table-reader-plugin) (👨💻 9 · 🔀 25 · 📋 57 - 7% open · ⏱️ 19.04.2025)
-- [PyPi](https://pypi.org/project/mkdocs-table-reader-plugin) (📥 140K / month):
- ```
- pip install mkdocs-table-reader-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - table-reader
- ```
-
-MkDocs Video - 🥈18 · ⭐ 81 · 💤 · MIT · 
MkDocs Video plugin.
-
-- [GitHub](https://github.com/soulless-viewer/mkdocs-video) (👨💻 5 · 🔀 13 · 📥 74 · 📦 1.1K · ⏱️ 04.01.2024)
-- [PyPi](https://pypi.org/project/mkdocs-video) (📥 130K / month):
- ```
- pip install mkdocs-video
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs-video
- ```
-
-Markdown blockdiag - 🥈17 · ⭐ 29 · 💤 · MIT · 
blockdiag extension for Python Markdown.
-
-- [GitHub](https://github.com/gisce/markdown-blockdiag) (👨💻 5 · 🔀 10 · 📦 130 · 📋 6 - 50% open · ⏱️ 22.11.2023)
-- [PyPi](https://pypi.org/project/markdown-blockdiag) (📥 2.9K / month):
- ```
- pip install markdown-blockdiag
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - markdown_blockdiag
- ```
-
-build-plantuml - 🥈16 · ⭐ 69 · MIT · 
MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline).
-
-- [GitHub](https://github.com/christo-ph/mkdocs_build_plantuml) (👨💻 12 · 🔀 16 · 📦 140 · 📋 25 - 16% open · ⏱️ 31.05.2025)
-- [PyPi](https://pypi.org/project/mkdocs-build-plantuml-plugin) (📥 48K / month):
- ```
- pip install mkdocs-build-plantuml-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - build_plantuml
- ```
-
-charts - 🥈15 · ⭐ 90 · MIT · 
Mkdocs plugin to add plots from data using vegalite.
-
-- [GitHub](https://github.com/timvink/mkdocs-charts-plugin) (👨💻 5 · 🔀 7 · 📋 20 - 15% open · ⏱️ 02.09.2025)
-- [PyPi](https://pypi.org/project/mkdocs-charts-plugin) (📥 12K / month):
- ```
- pip install mkdocs-charts-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - charts
- ```
-
-drawio-exporter - 🥈15 · ⭐ 86 · MIT · 
Exports your Draw.io diagrams at build time for easier embedding into your documentation.
-
-- [GitHub](https://github.com/LukeCarrier/mkdocs-drawio-exporter) (👨💻 5 · 🔀 9 · 📋 35 - 14% open · ⏱️ 25.05.2025)
-- [PyPi](https://pypi.org/project/mkdocs-drawio-exporter) (📥 14K / month):
- ```
- pip install mkdocs-drawio-exporter
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - drawio-exporter
- ```
-
-mkdocs-d2-plugin - 🥈15 · ⭐ 35 · MIT · 
A plugin for embedding D2 diagrams in MkDocs.
-
-- [GitHub](https://github.com/landmaj/mkdocs-d2-plugin) (👨💻 3 · 🔀 7 · 📦 19 · 📋 19 - 5% open · ⏱️ 16.12.2024)
-- [PyPi](https://pypi.org/project/mkdocs-d2-plugin) (📥 23K / month):
- ```
- pip install mkdocs-d2-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - d2
- ```
-
-oEmbedPy - 🥈15 · ⭐ 7 · Apache-2 · 
MkDocs plugin to render rich contents from URL by oEmbed API.
-
-- [GitHub](https://github.com/attakei/oEmbedPy) (👨💻 2 · 🔀 1 · 📥 29 · 📦 16 · 📋 8 - 62% open · ⏱️ 28.09.2025)
-- [PyPi](https://pypi.org/project/oEmbedPy) (📥 5.8K / month):
- ```
- pip install oEmbedPy
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - oembedpy
- ```
-
-Lightgallery - 🥈14 · ⭐ 27 · 💤 · MIT · 
Markdown extension to wrap images in a lightbox.
-
-- [GitHub](https://github.com/g-provost/lightgallery-markdown) (👨💻 6 · 🔀 5 · 📦 100 · 📋 11 - 54% open · ⏱️ 07.10.2023)
-- [PyPi](https://pypi.org/project/lightgallery) (📥 3.6K / month):
- ```
- pip install lightgallery
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - lightgallery
- ```
-
-mkdocs-diagrams - 🥈13 · ⭐ 31 · 💤 · MIT · 
MkDocs plugin to render Diagrams files.
-
-- [GitHub](https://github.com/zoni/mkdocs-diagrams) (🔀 3 · 📦 80 · 📋 3 - 33% open · ⏱️ 04.09.2020)
-- [PyPi](https://pypi.org/project/mkdocs-diagrams) (📥 77K / month):
- ```
- pip install mkdocs-diagrams
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - diagrams
- ```
-
-Interactive Graph - 🥈13 · ⭐ 31 · MIT · 
interactive graph for Material for MkDocs like Obsidian, refer demo:.
-
-- [GitHub](https://github.com/daxcore/mkdocs-obsidian-interactive-graph-plugin) (👨💻 2 · 🔀 4 · 📦 52 · ⏱️ 07.09.2025)
-- [PyPi](https://pypi.org/project/mkdocs-obsidian-interactive-graph-plugin) (📥 570 / month):
- ```
- pip install mkdocs-obsidian-interactive-graph-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - obsidian-interactive-graph
- ```
-
-markdownmermaid - 🥉11 · ⭐ 27 · 💤 · MIT · 
A MkDocs plugin that support mermaid graph in markdown file.
-
-- [GitHub](https://github.com/pugong/mkdocs-mermaid-plugin) (👨💻 2 · 🔀 16 · 📦 110 · 📋 6 - 33% open · ⏱️ 26.05.2019)
-- [PyPi](https://pypi.org/project/mkdocs-mermaid-plugin) (📥 4.8K / month):
- ```
- pip install mkdocs-mermaid-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - markdownmermaid
- ```
-
-Termage - 🥉10 · ⭐ 26 · 💤 · MIT · 
Generate SVGs from any Python code, even in your documentation.
-
-- [GitHub](https://github.com/bczsalba/Termage) (🔀 1 · 📦 3 · 📋 5 - 20% open · ⏱️ 23.08.2022)
-- [PyPi](https://pypi.org/project/Termage) (📥 44 / month):
- ```
- pip install Termage
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - termage
- ```
-
-MkDocs Img2Fig Plugin - 🥉10 · ⭐ 23 · 💤 · MIT · 
A MkDocs plugin that converts markdown encoded images into figure elements.
-
-- [GitHub](https://github.com/stuebersystems/mkdocs-img2fig-plugin) (👨💻 2 · 🔀 7 · 📦 150 · 📋 3 - 66% open · ⏱️ 14.07.2020)
-- [PyPi](https://pypi.org/project/mkdocs-img2fig-plugin) (📥 1.6K / month):
- ```
- pip install mkdocs-img2fig-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - img2fig
- ```
-
-docutools - 🥉9 · ⭐ 26 · 📉 · BSD-2 · 
Dev Centric Tools for Mkdocs Based Documentation.
-
-- [GitHub](https://github.com/axiros/docutools) (👨💻 4 · 📋 2 - 50% open · ⏱️ 02.08.2025)
-- [PyPi](https://pypi.org/project/docutools) (📥 350 / month):
- ```
- pip install docutools
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - lcd-find-pages
- - lcd-custom-dir
- - lcd-blacklist
- - lcd-lp
- - lcd-md-replace
- - lcd-page-tree
- - lcd-stats
- ```
-
-markdown-captions - 🥉9 · ⭐ 12 · 💤 · ❗️GPL-3.0 · 
Python-Markdown plugin for image captions.
-
-- [GitHub](https://github.com/Evidlo/markdown_captions) (👨💻 2 · 🔀 5 · 📦 180 · 📋 8 - 12% open · ⏱️ 24.05.2023)
-- [PyPi](https://pypi.org/project/markdown-captions) (📥 4.7K / month):
- ```
- pip install markdown-captions
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - markdown_captions
- ```
-
-svgbob extension for Python Markdown - 🥉9 · ⭐ 7 · 💤 · MIT · 
svgbob extension for Python Markdown.
-
-- [GitHub](https://github.com/mbarkhau/markdown-svgbob) (👨💻 2 · 🔀 2 · 📦 10 · 📋 3 - 66% open · ⏱️ 21.06.2024)
-- [PyPi](https://pypi.org/project/markdown-svgbob) (📥 1.6K / month):
- ```
- pip install markdown-svgbob
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - markdown_svgbob
- ```
-
-mkdocs-matplotlib - 🥉9 · ⭐ 6 · 💤 · MIT · 
A mkdocs plugin to automatically render matplotlib figure in your documenation.
-
-- [GitHub](https://github.com/AnH0ang/mkdocs-matplotlib) (👨💻 2 · 🔀 2 · 📥 160 · ⏱️ 20.06.2022)
-- [PyPi](https://pypi.org/project/mkdocs-matplotlib) (📥 2.3K / month):
- ```
- pip install mkdocs-matplotlib
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs_matplotlib
- ```
-
-mkdocs-resize-images - 🥉9 · ⭐ 5 · 💤 · MIT · 
MkDocs plugin to resize images according to the configuration.
-
-- [GitHub](https://github.com/JakubAndrysek/mkdocs-resize-images) (🔀 1 · 📦 13 · ⏱️ 04.11.2023)
-- [PyPi](https://pypi.org/project/mkdocs-resize-images) (📥 630 / month):
- ```
- pip install mkdocs-resize-images
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - resize-images
- ```
-
-mkdocs-bpmn-js - 🥉9 · ⭐ 2 · 🐣 · MIT · 
MkDocs plugin to embed BPMN diagrams.
-
-- [GitHub](https://github.com/madebyherzblut/mkdocs-bpmn-js) (🔀 1 · 📦 1 · ⏱️ 01.08.2025)
-- [PyPi](https://pypi.org/project/mkdocs-bpmn-js) (📥 820 / month):
- ```
- pip install mkdocs-bpmn-js
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - bpmn-js
- ```
-
-badges - 🥉8 · ⭐ 16 · MIT · 
Add badges to your mkdocs page.
-
-- [GitHub](https://github.com/six-two/mkdocs-badges) (🔀 1 · ⏱️ 24.08.2025)
-- [PyPi](https://pypi.org/project/mkdocs-badges) (📥 4.6K / month):
- ```
- pip install mkdocs-badges
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - badges
- ```
-
-plotly charts - 🥉8 · ⭐ 14 · 💤 · MIT · 
Mkdocs plugin to add interactive charts with Plotly.js.
-
-- [GitHub](https://github.com/haoda-li/mkdocs-plotly-plugin) (👨💻 3 · 🔀 1 · 📋 4 - 25% open · ⏱️ 25.07.2023)
-- [PyPi](https://pypi.org/project/mkdocs-plotly-plugin) (📥 3.7K / month):
- ```
- pip install mkdocs-plotly-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - plotly
- ```
-
-markdownwavedrom - 🥉8 · ⭐ 10 · MPL-2.0 · 
A MkDocs plugin for support wavedrom charts in markdown file.
-
-- [GitHub](https://github.com/kuri65536/mkdocs-wavedrom-plugin) (🔀 3 · 📦 16 · 📋 3 - 33% open · ⏱️ 02.05.2025)
-- [PyPi](https://pypi.org/project/mkdocs-wavedrom-plugin) (📥 90 / month):
- ```
- pip install mkdocs-wavedrom-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - markdownwavedrom
- ```
-
-MkDocs Graphviz - 🥉6 · ⭐ 6 · 💤 · ❗Unlicensed · 
A mkdocs Extension that automatically renders Graphviz images, in SVG or PNG format, within your markdown file.
-
-- [PyPi](https://pypi.org/project/mkdocs-graphviz) (📥 7.4K / month):
- ```
- pip install mkdocs-graphviz
- ```
-- [GitLab](https://gitlab.com/rod2ik/mkdocs-graphviz) (🔀 1 · 📋 10 - 50% open · ⏱️ 03.05.2021)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - mkdocs_graphviz
- ```
-
-Markdown aafigure - 🥉5 · ⭐ 6 · 💤 · MIT · 
aafigure extension for Python Markdown.
-
-- [GitHub](https://github.com/mbarkhau/markdown-aafigure) (👨💻 2 · 📋 3 - 33% open · ⏱️ 04.05.2024)
-- [PyPi](https://pypi.org/project/markdown-aafigure) (📥 230 / month):
- ```
- pip install markdown-aafigure
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - markdown_aafigure
- ```
-
-thumbnails - 🥉5 · ⭐ 3 · 💤 · MIT · 
MkDocs plugin for thumbnail images generated automatically.
-
-- [GitHub](https://github.com/normanlorrain/mkdocs-thumbnails) (📋 2 - 50% open · ⏱️ 05.06.2023)
-- [PyPi](https://pypi.org/project/mkdocs-thumbnails) (📥 55 / month):
- ```
- pip install mkdocs-thumbnails
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - thumbnails
- ```
-
-pico-8 - 🥉5 · ⭐ 2 · 💤 · MIT · 
A MKDocs plugin that allows to embed a Pico-8 web player in a page.
-
-- [GitHub](https://github.com/fmaida/pico8-mkdocs-plugin) (📦 3 · ⏱️ 17.03.2019)
-- [PyPi](https://pypi.org/project/pico8-mkdocs-plugin) (📥 21 / month):
- ```
- pip install pico8-mkdocs-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - pico-8
- ```
-
-markdown-figcap - 🥉5 · ⭐ 1 · 💤 · BSD-3 · 
Extension for Python-Markdown to handle figure and figcaption.
-
-- [GitHub](https://github.com/funk1d/markdown-figcap) (📦 7 · ⏱️ 09.03.2019)
-- [PyPi](https://pypi.org/project/markdown-figcap) (📥 54 / month):
- ```
- pip install markdown-figcap
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - markdown_figcap
- ```
-
-inline-svg - 🥉5 · 💤 · MIT · 
-
-- [GitHub](https://github.com/rajguru7/mkdocs-plugin-inline-svg-mod) (👨💻 5 · 🔀 1 · 📦 7 · ⏱️ 12.01.2024)
-- [PyPi](https://pypi.org/project/mkdocs-plugin-inline-svg-mod) (📥 170 / month):
- ```
- pip install mkdocs-plugin-inline-svg-mod
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - inline-svg
- ```
-
-import-statement - 🥉4 · ⭐ 2 · 💤 · MIT · 
-
-- [GitHub](https://github.com/Rj40x40/mkdocs-import-statement-plugin) (📦 4 · ⏱️ 06.02.2023)
-- [PyPi](https://pypi.org/project/mkdocs-import-statement-plugin) (📥 89 / month):
- ```
- pip install mkdocs-import-statement-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - import-statement
- ```
-
-Family tree example - 🥉4 · ⭐ 2 · 💤 · ❗️GPL-3.0
An interactive family tree visualization using d3-dag.
-
-- [GitHub](https://github.com/unverbuggt/mkdocs-familytree-example) (👨💻 6 · 🔀 1 · ⏱️ 04.08.2023)
-
-sequence-js - 🥉3 · ⭐ 4 · 💤 · MIT · 
MkDocs plugin to render sequence.js blocks.
-
-- [GitHub](https://github.com/fcannizzaro/mkdocs-sequence-js-plugin) (🔀 2 · 📋 3 - 33% open · ⏱️ 28.02.2020)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - sequence-js
- ```
-
-image-formatter-plugin - 🥉3 · ⭐ 4 · 💤 · ❗Unlicensed · 
-
-- [GitHub](https://github.com/ASypula/mkdocs-image-formatter-plugin) (👨💻 7 · 📦 2 · ⏱️ 06.12.2023)
-- [PyPi](https://pypi.org/project/mkdocs-image-formatter-plugin) (📥 86 / month):
- ```
- pip install mkdocs-image-formatter-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - image-formatter
- ```
-
-MkHack3rs - 🥉2 · ⭐ 4 · 💤 · ❗Unlicensed · 
Hacks & Integrations for Mkdocs / Material Theme.
-
-- [GitLab](https://gitlab.com/eskool/mkhack3rs) (🔀 1 · ⏱️ 01.05.2021)
-
-
-
-## 🤖 Code execution, variables & templating
-
-
-
-macros - 🥇29 · ⭐ 390 · MIT · 
Create richer and more beautiful pages in MkDocs, by using variables and calls to macros in the markdown code.
-
-- [GitHub](https://github.com/fralau/mkdocs-macros-plugin) (👨💻 35 · 🔀 49 · 📦 5.8K · ⏱️ 25.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-macros-plugin) (📥 1.6M / month):
- ```
- pip install mkdocs-macros-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - macros
- ```
-
-mkdocs-jupyter - 🥇25 · ⭐ 480 · Apache-2 · 
Use Jupyter Notebook in mkdocs.
-
-- [GitHub](https://github.com/danielfrg/mkdocs-jupyter) (👨💻 36 · 🔀 62 · 📦 4.3K · 📋 150 - 30% open · ⏱️ 22.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-jupyter) (📥 330K / month):
- ```
- pip install mkdocs-jupyter
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs-jupyter
- ```
-
-markdown-exec - 🥇24 · ⭐ 160 · ISC · 
Utilities to execute code blocks in Markdown files.
-
-- [GitHub](https://github.com/pawamoy/markdown-exec) (👨💻 5 · 🔀 15 · 📦 600 · 📋 66 - 21% open · ⏱️ 09.09.2025)
-- [PyPi](https://pypi.org/project/markdown-exec) (📥 950K / month):
- ```
- pip install markdown-exec
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - markdown-exec
- ```
-
-mknotebooks - 🥈20 · ⭐ 140 · 💤 · MIT · 
A plugin for mkdocs to help you include Jupyter notebooks in your projects.
-
-- [GitHub](https://github.com/greenape/mknotebooks) (👨💻 14 · 🔀 19 · 📦 750 · 📋 41 - 36% open · ⏱️ 11.08.2023)
-- [PyPi](https://pypi.org/project/mknotebooks) (📥 28K / month):
- ```
- pip install mknotebooks
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mknotebooks
- ```
-
-gen-files - 🥈20 · ⭐ 130 · MIT · 
MkDocs plugin to programmatically generate documentation pages during the build.
-
-- [GitHub](https://github.com/oprypin/mkdocs-gen-files) (👨💻 6 · 🔀 12 · 📦 3.4K · 📋 30 - 33% open · ⏱️ 26.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-gen-files) (📥 670K / month):
- ```
- pip install mkdocs-gen-files
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - gen-files
- ```
-
-markdownextradata - 🥈20 · ⭐ 90 · 💤 · MIT · 
A MkDocs plugin that injects the mkdocs.yml extra variables into the markdown template.
-
-- [GitHub](https://github.com/rosscdh/mkdocs-markdownextradata-plugin) (👨💻 12 · 🔀 17 · 📦 1.5K · 📋 36 - 16% open · ⏱️ 22.08.2024)
-- [PyPi](https://pypi.org/project/mkdocs-markdownextradata-plugin) (📥 82K / month):
- ```
- pip install mkdocs-markdownextradata-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - markdownextradata
- ```
-
-mkdocs-markmap - 🥈15 · ⭐ 69 · MIT · 
MkDocs plugin and extension to create mindmaps from markdown using markmap.
-
-- [GitHub](https://github.com/markmap/mkdocs_markmap) (👨💻 3 · 🔀 6 · 📥 480 · 📋 34 - 11% open · ⏱️ 11.02.2025)
-- [PyPi](https://pypi.org/project/mkdocs-markmap) (📥 2.3K / month):
- ```
- pip install mkdocs-markmap
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - markmap
- ```
-
-meta-manager - 🥈14 · ⭐ 5 · MIT · 
MkDocs plugin for managing meta tags across folders and files.
-
-- [GitHub](https://github.com/timmeinerzhagen/mkdocs-meta-manager) (👨💻 3 · 🔀 1 · 📦 16 · 📋 4 - 25% open · ⏱️ 20.01.2025)
-- [PyPi](https://pypi.org/project/mkdocs-meta-manager) (📥 740K / month):
- ```
- pip install mkdocs-meta-manager
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - meta-manager
- ```
-
-Termynal - 🥈13 · ⭐ 150 · MIT · 
Python markdown terminal. Built for mkdocs.
-
-- [GitHub](https://github.com/termynal/termynal.py) (👨💻 7 · 🔀 11 · 📋 18 - 44% open · ⏱️ 01.09.2025)
-- [PyPi](https://pypi.org/project/termynal) (📥 43K / month):
- ```
- pip install termynal
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - termynal
- ```
-
-mkdocs-marimo - 🥈13 · ⭐ 87 · Apache-2 · 
mkdocs plugin for reactive and interactive docs with marimo.
-
-- [GitHub](https://github.com/marimo-team/mkdocs-marimo) (👨💻 5 · 🔀 3 · 📦 5 · 📋 25 - 52% open · ⏱️ 21.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-marimo) (📥 7.4K / month):
- ```
- pip install mkdocs-marimo
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - marimo
- ```
-
-placeholder - 🥈13 · ⭐ 18 · MIT · 
Add placeholders to your MkDocs pages.
-
-- [GitHub](https://github.com/six-two/mkdocs-placeholder-plugin) (👨💻 2 · 🔀 3 · 📦 15 · 📋 10 - 10% open · ⏱️ 28.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-placeholder-plugin) (📥 13K / month):
- ```
- pip install mkdocs-placeholder-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - placeholder
- ```
-
-Entangled - 🥉12 · ⭐ 2 · Apache-2 · 
An MkDocs plugin that lets you do Literate Programming through Entangled.
-
-- [GitHub](https://github.com/entangled/mkdocs-plugin) (📦 11 · ⏱️ 03.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-entangled-plugin) (📥 3.8K / month):
- ```
- pip install mkdocs-entangled-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - entangled
- ```
-
-user-defined-values - 🥉11 · ⭐ 4 · 💤 · MIT · 
MkDocs User Defined Values.
-
-- [GitHub](https://github.com/rahult/mkdocs-user-defined-values) (👨💻 3 · 🔀 3 · 📥 16 · 📦 15 · 📋 2 - 50% open · ⏱️ 10.07.2022)
-- [PyPi](https://pypi.org/project/mkdocs-user-defined-values) (📥 400 / month):
- ```
- pip install mkdocs-user-defined-values
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - user-defined-values
- ```
-
-pheasant - 🥉10 · ⭐ 16 · MIT · 
Documentation tool for Markdown conversion by Jupyter client.
-
-- [GitHub](https://github.com/daizutabi/pheasant) (👨💻 4 · 🔀 9 · ⏱️ 22.03.2025)
-- [PyPi](https://pypi.org/project/pheasant) (📥 160 / month):
- ```
- pip install pheasant
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - pheasant
- ```
-
-nbconvert - 🥉9 · ⭐ 10 · BSD-2 · 
A MkDocs plug-in provides a source parser for *.ipynb files.
-
-- [GitHub](https://github.com/tanbro/mkdocs-nbconvert) (👨💻 5 · 🔀 1 · 📦 6 · ⏱️ 10.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-nbconvert) (📥 650 / month):
- ```
- pip install mkdocs-nbconvert
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - nbconvert
- ```
-
-markdown-filter - 🥉9 · ⭐ 5 · 💤 · MIT · 
Adds a markdown template filter to the jinja templating environment in mkdocs.
-
-- [GitHub](https://github.com/byrnereese/mkdocs-markdown-filter) (🔀 2 · 📦 35 · ⏱️ 06.02.2019)
-- [PyPi](https://pypi.org/project/mkdocs-markdown-filter) (📥 4.8K / month):
- ```
- pip install mkdocs-markdown-filter
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - markdown-filter
- ```
-
-mkjsfiddle - 🥉9 · ⭐ 4 · 💤 · MIT · 
An MkDocs plugin that lets you edit code fences in JSFiddle.
-
-- [GitHub](https://github.com/stadiamaps/mkjsfiddle) (📦 3 · ⏱️ 07.06.2023)
-- [PyPi](https://pypi.org/project/mkjsfiddle) (📥 280 / month):
- ```
- pip install mkjsfiddle
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - jsfiddle
- ```
-
-mkdocs-data-plugin - 🥉7 · ⭐ 5 · MIT · 
Mkdocs plugin that allows reading data from markup files and use it in your Markdown pages.
-
-- [GitHub](https://github.com/joapuiib/mkdocs-data-plugin) (📦 2 · ⏱️ 26.11.2024)
-- [PyPi](https://pypi.org/project/mkdocs-data-plugin) (📥 260 / month):
- ```
- pip install mkdocs-data-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - data
- ```
-
-mkdocs-jupyterlite - 🥉5 · ⭐ 18 · 🐣 · MIT · 
A MkDocs plugin for embedding interactive jupyter notebooks in your docs via jupyterlite.
-
-- [GitHub](https://github.com/NickCrews/mkdocs-jupyterlite) (👨💻 2 · ⏱️ 25.08.2025)
-- [PyPi](https://pypi.org/project/mkdocs-jupyterlite) (📥 120 / month):
- ```
- pip install mkdocs-jupyterlite
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - jupyterlite
- ```
-
-mkdocs_protobuf - 🥉5 · ⭐ 2 · 💤 · Apache-2 · 
Mkdocs plugin to render protobuf messages.
-
-- [GitHub](https://github.com/rymurr/mkdocs-protobuf) (👨💻 2 · 🔀 1 · ⏱️ 30.03.2022)
-- [PyPi](https://pypi.org/project/mkdocs-protobuf) (📥 1.5K / month):
- ```
- pip install mkdocs-protobuf
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs_protobuf
- ```
-
-jinja2sandbox - 🥉4 · ⭐ 5 · 💤 · MIT · 
A MkDocs plugin that enables the Jinja2-sandbox.
-
-- [GitHub](https://github.com/rkoe/mkdocs-jinja2sandbox) (⏱️ 20.03.2019)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - jinja2sandbox
- ```
-
-codeyaml - 🥉4 · 💤 · MIT · 
Allows for more than one yaml config in mkdocs.
-
-- [GitHub](https://github.com/textileio/mkdocs-codeyaml-plugin) (🔀 1 · 📦 2 · ⏱️ 30.04.2019)
-- [PyPi](https://pypi.org/project/mkdocs-codeyaml-plugin) (📥 22 / month):
- ```
- pip install mkdocs-codeyaml-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - codeyaml
- ```
-
-
-
-## 🌲 Git repos & info
-
-
-
-git-revision-date-localized - 🥇29 · ⭐ 250 · 📈 · MIT · 
MkDocs plugin to add a last updated date to your site pages.
-
-- [GitHub](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) (👨💻 39 · 🔀 56 · 📦 11K · 📋 110 - 0% open · ⏱️ 31.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-git-revision-date-localized-plugin) (📥 1.2M / month):
- ```
- pip install mkdocs-git-revision-date-localized-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - git-revision-date-localized
- ```
-
-git-authors - 🥇24 · ⭐ 110 · MIT · 
MkDocs plugin to display git authors of a page.
-
-- [GitHub](https://github.com/timvink/mkdocs-git-authors-plugin) (👨💻 17 · 🔀 23 · 📦 1.7K · 📋 66 - 13% open · ⏱️ 10.06.2025)
-- [PyPi](https://pypi.org/project/mkdocs-git-authors-plugin) (📥 240K / month):
- ```
- pip install mkdocs-git-authors-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - git-authors
- ```
-
-git-committers-2 - 🥈21 · ⭐ 68 · MIT · 
An MkDocs plugin to create a list of contributors on the page.
-
-- [GitHub](https://github.com/ojacques/mkdocs-git-committers-plugin-2) (👨💻 19 · 🔀 24 · 📦 1.3K · 📋 51 - 29% open · ⏱️ 05.06.2025)
-- [PyPi](https://pypi.org/project/mkdocs-git-committers-plugin-2) (📥 110K / month):
- ```
- pip install mkdocs-git-committers-plugin-2
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - git-committers
- ```
-
-git-revision-date - 🥈20 · ⭐ 61 · 💤 · MIT · 
MkDocs plugin for setting revision date from git per markdown file.
-
-- [GitHub](https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin) (👨💻 7 · 🔀 10 · 📦 2.9K · 📋 14 - 35% open · ⏱️ 08.03.2022)
-- [PyPi](https://pypi.org/project/mkdocs-git-revision-date-plugin) (📥 180K / month):
- ```
- pip install mkdocs-git-revision-date-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - git-revision-date
- ```
-
-document-dates - 🥈19 · ⭐ 24 · MIT · 
A new generation MkDocs plugin for displaying exact creation time, last update time, authors, email of documents.
-
-- [GitHub](https://github.com/jaywhj/mkdocs-document-dates) (👨💻 3 · 🔀 4 · 📦 10 · 📋 17 - 17% open · ⏱️ 27.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-document-dates) (📥 1.8K / month):
- ```
- pip install mkdocs-document-dates
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - document-dates
- ```
-
-git-committers - 🥉15 · ⭐ 44 · MIT · 
A mkdocs plugin for displaying the last commit and a list of a files contributors.
-
-- [GitHub](https://github.com/byrnereese/mkdocs-git-committers-plugin) (👨💻 7 · 🔀 6 · 📦 320 · 📋 9 - 88% open · ⏱️ 12.12.2024)
-- [PyPi](https://pypi.org/project/mkdocs-git-committers-plugin) (📥 20K / month):
- ```
- pip install mkdocs-git-committers-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - git-committers
- ```
-
-mkdocs-git-latest-changes-plugin - 🥉14 · ⭐ 5 · MIT · 
MkDocs plugin that allows you to display a list of recently modified pages from the Git log.
-
-- [GitHub](https://github.com/tombreit/mkdocs-git-latest-changes-plugin) (👨💻 4 · 🔀 3 · 📦 7 · 📋 17 - 11% open · ⏱️ 05.09.2025)
-- [PyPi](https://pypi.org/project/mkdocs-git-latest-changes-plugin) (📥 19K / month):
- ```
- pip install mkdocs-git-latest-changes-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - git-latest-changes
- ```
-
-Github-Links - 🥉9 · ⭐ 13 · ❗Unlicensed · 
Python-Markdown GitHub Links Extension.
-
-- [GitHub](https://github.com/Python-Markdown/github-links) (👨💻 5 · 🔀 9 · ⏱️ 04.09.2025)
-- [PyPi](https://pypi.org/project/mdx-gh-links) (📥 9.7K / month):
- ```
- pip install mdx-gh-links
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - mdx_gh_links
- ```
-
-recently-updated - 🥉9 · ⭐ 8 · 🐣 · MIT · 
One line of code to display a list of recently updated documents.
-
-- [GitHub](https://github.com/jaywhj/mkdocs-recently-updated-docs) (⏱️ 17.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-recently-updated-docs) (📥 260 / month):
- ```
- pip install mkdocs-recently-updated-docs
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - recently-updated
- ```
-
-branchcustomization - 🥉7 · ⭐ 3 · 💤 · MIT · 
Customize MkDocs options on a per-branch basis.
-
-- [GitHub](https://github.com/effigies/mkdocs-branchcustomization-plugin) (📦 26 · ⏱️ 17.04.2022)
-- [PyPi](https://pypi.org/project/mkdocs-branchcustomization-plugin) (📥 840 / month):
- ```
- pip install mkdocs-branchcustomization-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - branchcustomization
- ```
-
-Github Releaase Changelog - 🥉6 · ⭐ 9 · 💤 · MIT · 
mkdocs extension to autogenerate changelog from github releases.
-
-- [GitHub](https://github.com/djpugh/mkdocs_github_changelog) (👨💻 2 · ⏱️ 02.01.2024)
-- [PyPi](https://pypi.org/project/mkdocs-github-changelog) (📥 320 / month):
- ```
- pip install mkdocs-github-changelog
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs_github_changelog
- ```
-
-git-latest-release - 🥉4 · ⭐ 2 · 💤 · ❗️GPL-3.0 · 
Plugin for MKDocs to inject the latest release tag from git into markdown.
-
-- [GitHub](https://github.com/agarthetiger/mkdocs_latest_release_plugin) (👨💻 3 · ⏱️ 29.12.2019)
-- [PyPi](https://pypi.org/project/mkdocs-latest-release-plugin) (📥 720 / month):
- ```
- pip install mkdocs-latest-release-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - git-latest-release
- ```
-
-
-
-## 🌈 HTML processing & CSS styling
-
-
-
-minify - 🥇24 · ⭐ 180 · 💤 · MIT · 
A mkdocs plugin to minify the HTML of a page before it is written to disk.
-
-- [GitHub](https://github.com/byrnereese/mkdocs-minify-plugin) (👨💻 14 · 🔀 27 · 📦 11K · 📋 18 - 27% open · ⏱️ 29.01.2024)
-- [PyPi](https://pypi.org/project/mkdocs-minify-plugin) (📥 690K / month):
- ```
- pip install mkdocs-minify-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - minify
- ```
-
-enumerate-headings - 🥇18 · ⭐ 45 · 💤 · MIT · 
MkDocs Plugin to enumerate the headings across site pages.
-
-- [GitHub](https://github.com/timvink/mkdocs-enumerate-headings-plugin) (👨💻 5 · 🔀 12 · 📦 340 · 📋 33 - 15% open · ⏱️ 16.04.2024)
-- [PyPi](https://pypi.org/project/mkdocs-enumerate-headings-plugin) (📥 34K / month):
- ```
- pip install mkdocs-enumerate-headings-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - enumerate-headings
- ```
-
-minify-html - 🥇18 · ⭐ 12 · MIT · 
MkDocs plugin for minification using minify-html, an extremely fast and smart HTML + JS + CSS minifier.
-
-- [GitHub](https://github.com/monosans/mkdocs-minify-html-plugin) (👨💻 4 · 📦 73 · ⏱️ 06.11.2025)
-- [PyPi](https://pypi.org/project/mkdocs-minify-html-plugin) (📥 50K / month):
- ```
- pip install mkdocs-minify-html-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - minify_html
- ```
-
-Publisher for MkDocs - social - 🥈17 · ⭐ 120 · MIT · 
Social media sharing helper.
-
-- [GitHub](https://github.com/mkdocs-publisher/mkdocs-publisher) (👨💻 3 · 🔀 9 · 📥 130 · 📦 93 · 📋 31 - 25% open · ⏱️ 11.07.2025)
-- [PyPi](https://pypi.org/project/mkdocs-publisher) (📥 3.3K / month):
- ```
- pip install mkdocs-publisher
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - pub-social
- ```
-
-Publisher for MkDocs - minifier - 🥈17 · ⭐ 120 · MIT · 
Size optimization (minification) for HTML, CSS, JS, SVG, PNG and JPEG files.
-
-- [GitHub](https://github.com/mkdocs-publisher/mkdocs-publisher) (👨💻 3 · 🔀 9 · 📥 130 · 📦 93 · 📋 31 - 25% open · ⏱️ 11.07.2025)
-- [PyPi](https://pypi.org/project/mkdocs-publisher) (📥 3.3K / month):
- ```
- pip install mkdocs-publisher
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - pub-minifier
- ```
-
-add-number - 🥈13 · ⭐ 19 · 💤 · MIT · 
MkDocs plugin to automatically number the headings (h1-h6) in each markdown page and the nav.
-
-- [GitHub](https://github.com/ignorantshr/mkdocs-add-number-plugin) (👨💻 3 · 🔀 4 · 📦 50 · 📋 12 - 25% open · ⏱️ 11.06.2020)
-- [PyPi](https://pypi.org/project/mkdocs-add-number-plugin) (📥 14K / month):
- ```
- pip install mkdocs-add-number-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - add-number
- ```
-
-mkdocs-extra-sass-plugin - 🥈13 · ⭐ 4 · 💤 · MIT · 
Adds stylesheets to your mkdocs site from Sass/SCSS.
-
-- [GitHub](https://github.com/orzih/mkdocs-extra-sass-plugin) (🔀 4 · 📦 76 · ⏱️ 13.02.2021)
-- [PyPi](https://pypi.org/project/mkdocs-extra-sass-plugin) (📥 9.5K / month):
- ```
- pip install mkdocs-extra-sass-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - extra-sass
- ```
-
-mkdocs-link-embeds - 🥉11 · ⭐ 11 · MIT · 
Mkdocs plugin which displays links in a more elegant way. Links will automatically be populated with an image,..
-
-- [GitHub](https://github.com/Aetherinox/mkdocs-link-embeds) (📥 24 · 📦 11 · ⏱️ 04.05.2025)
-- [PyPi](https://pypi.org/project/mkdocs-link-embeds-plugin) (📥 460 / month):
- ```
- pip install mkdocs-link-embeds-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - link-embeds
- ```
-
-mkdocs_safe_text - 🥉10 · ⭐ 4 · 💤 · BSD-2 · 
Plugin for safe text editing with MKDocs.
-
-- [GitHub](https://github.com/raimon49/mkdocs-safe-text-plugin) (👨💻 2 · 📦 10 · ⏱️ 22.07.2024)
-- [PyPi](https://pypi.org/project/mkdocs-safe-text-plugin) (📥 270 / month):
- ```
- pip install mkdocs-safe-text-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs_safe_text
- ```
-
-bootstrap-tables - 🥉9 · ⭐ 12 · 💤 · MIT · 
A MkDocs plugin to add bootstrap classes to plan markdown generated tables.
-
-- [GitHub](https://github.com/byrnereese/mkdocs-bootstrap-tables-plugin) (🔀 2 · 📦 98 · ⏱️ 27.03.2020)
-- [PyPi](https://pypi.org/project/mkdocs-bootstrap-tables-plugin) (📥 1.5K / month):
- ```
- pip install mkdocs-bootstrap-tables-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - bootstrap-tables
- ```
-
-mkdocs-add-teaser - 🥉9 · ⭐ 4 · 💤 · MIT · 
An MkDocs plugin to customize the first paragraph of your pages, and to use it as the pages meta description.
-
-- [GitHub](https://github.com/wilhelmer/mkdocs-add-teaser) (👨💻 3 · 🔀 1 · 📦 7 · ⏱️ 08.11.2022)
-- [PyPi](https://pypi.org/project/mkdocs-add-teaser) (📥 220 / month):
- ```
- pip install mkdocs-add-teaser
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs-add-teaser
- ```
-
-toggle-sidebar - 🥉8 · ⭐ 9 · MIT · 
Toggle the navigation and/or TOC sidebars on your MkDocs site.
-
-- [GitHub](https://github.com/six-two/mkdocs-toggle-sidebar-plugin) (👨💻 2 · 🔀 3 · 📋 9 - 11% open · ⏱️ 21.08.2025)
-- [PyPi](https://pypi.org/project/mkdocs-toggle-sidebar-plugin) (📥 6.4K / month):
- ```
- pip install mkdocs-toggle-sidebar-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - toggle-sidebar
- ```
-
-mkdocs-ai-summary - 🥉6 · ⭐ 11 · MIT · 
A mkdocs plugin to generage summary with the help of AI.
-
-- [GitHub](https://github.com/AIboy996/mkdocs-ai-summary) (📦 3 · 📋 2 - 50% open · ⏱️ 27.12.2024)
-- [PyPi](https://pypi.org/project/mkdocs-ai-summary) (📥 33 / month):
- ```
- pip install mkdocs-ai-summary
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - ai-summary
- ```
-
-MkDocs Pygments - 🥉6 · ⭐ 8 · ISC · 
Highlighting themes for code blocks. Available to sponsors only.
-
-- [GitHub](https://github.com/pawamoy/mkdocs-pygments) (🔀 1 · 📦 3 · ⏱️ 23.01.2025)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - pygments
- ```
-
-mk-append-to-head - 🥉4 · 🐣 · MIT · 
Append some string to a MkDocs pages head.
-
-- [GitHub](https://github.com/marcelaodev/mk-append-to-head) (⏱️ 18.08.2025)
-- [PyPi](https://pypi.org/project/mk-append-to-head) (📥 19 / month):
- ```
- pip install mk-append-to-head
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mk-append-to-head
- ```
-
-docstyler - 🥉2 · ⭐ 2 · 💤 · BSD-3 · 
Plugin to add alternative stylesheets to MkDocs custom themes.
-
-- [GitHub](https://github.com/hfagerlund/mkdocs-docstyler-plugin) (⏱️ 16.02.2019)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - docstyler
- ```
-
-
-
-## 📎 Integrations with other tools
-
-
-
-MkDocs Swagger UI Tag - 🥇21 · ⭐ 100 · MIT · 
A MkDocs plugin supports adding Swagger UI to the page.
-
-- [GitHub](https://github.com/blueswen/mkdocs-swagger-ui-tag) (👨💻 8 · 🔀 12 · 📥 47 · 📦 340 · 📋 28 - 25% open · ⏱️ 23.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-swagger-ui-tag) (📥 110K / month):
- ```
- pip install mkdocs-swagger-ui-tag
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - swagger-ui-tag
- ```
-
-mkdocs-llmstxt - 🥇20 · ⭐ 83 · ISC · 
MkDocs plugin to generate an /llms.txt file (https://llmstxt.org/).
-
-- [GitHub](https://github.com/pawamoy/mkdocs-llmstxt) (👨💻 4 · 🔀 9 · 📦 90 · 📋 19 - 31% open · ⏱️ 03.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-llmstxt) (📥 87K / month):
- ```
- pip install mkdocs-llmstxt
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - llmstxt
- ```
-
-mkdocs-coverage - 🥈18 · ⭐ 36 · ISC · 
MkDocs plugin to integrate your coverage HTML report into your site.
-
-- [GitHub](https://github.com/pawamoy/mkdocs-coverage) (👨💻 2 · 🔀 1 · 📦 270 · 📋 10 - 40% open · ⏱️ 11.09.2025)
-- [PyPi](https://pypi.org/project/mkdocs-coverage) (📥 44K / month):
- ```
- pip install mkdocs-coverage
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - coverage
- ```
-
-Publisher for MkDocs - obsidian - 🥈17 · ⭐ 120 · MIT · 
Obsidian.md integration including with support for wiki links, callouts, backlinks etc.
-
-- [GitHub](https://github.com/mkdocs-publisher/mkdocs-publisher) (👨💻 3 · 🔀 9 · 📥 130 · 📦 93 · 📋 31 - 25% open · ⏱️ 11.07.2025)
-- [PyPi](https://pypi.org/project/mkdocs-publisher) (📥 3.3K / month):
- ```
- pip install mkdocs-publisher
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - pub-obsidian
- ```
-
-MkDocs asciinema-player - 🥈15 · ⭐ 20 · MIT · 
Mkdocs Plugin to include asciinema player in your documentation.
-
-- [GitHub](https://github.com/pa-decarvalho/mkdocs-asciinema-player) (👨💻 5 · 🔀 2 · 📦 15 · 📋 32 - 12% open · ⏱️ 10.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-asciinema-player) (📥 1.1K / month):
- ```
- pip install mkdocs-asciinema-player
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - asciinema-player
- ```
-
-mkdocs-render-swagger-plugin - 🥉14 · ⭐ 76 · 💤 · MIT · 
A plugin for MKDocs for rendering swagger & openapi schemas using SwaggerUI.
-
-- [GitHub](https://github.com/bharel/mkdocs-render-swagger-plugin) (👨💻 8 · 🔀 13 · 📥 11 · 📋 15 - 20% open · ⏱️ 23.09.2024)
-- [PyPi](https://pypi.org/project/mkdocs-render-swagger-plugin) (📥 99K / month):
- ```
- pip install mkdocs-render-swagger-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - render_swagger
- ```
-
-MkDocs Backend for Foliant - 🥉11 · ⭐ 3 · 💤 · MIT
MkDocs backend for Foliant.
-
-- [GitHub](https://github.com/foliant-docs/foliantcontrib.mkdocs) (👨💻 5 · 🔀 3 · 📦 35 · ⏱️ 12.12.2022)
-- [PyPi](https://pypi.org/project/foliantcontrib.mkdocs) (📥 360 / month):
- ```
- pip install foliantcontrib.mkdocs
- ```
-
-mkdocs-mcp - 🥉9 · ⭐ 7 · MIT · 
MkDocs Plugin to serve MCP.
-
-- [GitHub](https://github.com/ubaumann/mkdocs-mcp) (⏱️ 20.09.2025)
-- [PyPi](https://pypi.org/project/mkdocs-mcp) (📥 97 / month):
- ```
- pip install mkdocs-mcp
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mcp
- ```
-
-mkdocs-copy-to-llm - 🥉7 · ⭐ 9 · 🐣 · MIT · 
A MkDocs plugin that adds a Copy to LLM button to your documentation, making it easy to copy code blocks and entire..
-
-- [GitHub](https://github.com/leonardocustodio/mkdocs-copy-to-llm) (🔀 1 · 📦 1 · 📋 3 - 33% open · ⏱️ 30.08.2025)
-- [PyPi](https://pypi.org/project/mkdocs-copy-to-llm) (📥 110 / month):
- ```
- pip install mkdocs-copy-to-llm
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - copy-to-llm
- ```
-
-factsheet - 🥉6 · ⭐ 4 · 💤 · MIT · 
Generate overviews from YAML descriptions, intended for micro-services and their deployments.
-
-- [GitHub](https://github.com/inuits/mkdocs-factsheet) (👨💻 4 · 🔀 1 · ⏱️ 08.02.2023)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - factsheet
- ```
-
-swagger - 🥉5 · ⭐ 29 · 💤 · MIT · 
MkDocs plugin for render swagger into docs.
-
-- [GitHub](https://github.com/allevo/mkdocs-swagger-plugin) (🔀 6 · 📋 5 - 60% open · ⏱️ 06.10.2019)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - swagger
- ```
-
-MkDocs Dependency License Information - 🥉5 · ⭐ 5 · 💤 · MIT · 
mkdocs extension to visualise package dependencies license information.
-
-- [GitHub](https://github.com/djpugh/mkdocs_licenseinfo) (👨💻 2 · ⏱️ 02.01.2024)
-- [PyPi](https://pypi.org/project/mkdocs-licenseinfo) (📥 56 / month):
- ```
- pip install mkdocs-licenseinfo
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs_licenseinfo
- ```
-
-Vercel Password Protection - 🥉4 · MIT · 
Allows you to password protect your site if it is deployed by Vercel, by adding routes to the vercel.json file.
-
-- [GitHub](https://github.com/six-two/mkdocs-vercel-pw-plugin) (⏱️ 11.11.2024)
-- [PyPi](https://pypi.org/project/mkdocs-vercel-pw-plugin) (📥 19 / month):
- ```
- pip install mkdocs-vercel-pw-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - vercel_pw
- ```
-
-
-
-## 🌍 Internationalization & localization
-
-
-
-static-i18n - 🥇22 · ⭐ 300 · MIT · 
MkDocs i18n plugin using static translation markdown files.
-
-- [GitHub](https://github.com/ultrabug/mkdocs-static-i18n) (👨💻 13 · 🔀 45 · 📦 1.8K · 📋 150 - 18% open · ⏱️ 14.04.2025)
-- [PyPi](https://pypi.org/project/mkdocs-static-i18n) (📥 140K / month):
- ```
- pip install mkdocs-static-i18n
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - i18n
- ```
-
-mkdocs-mdpo - 🥉10 · ⭐ 10 · 💤 · BSD-3 · 
Mkdocs translation plugin using PO files.
-
-- [GitHub](https://github.com/mondeja/mkdocs-mdpo-plugin) (👨💻 4 · 🔀 6 · 📥 260 · 📋 37 - 35% open · ⏱️ 10.06.2024)
-- [PyPi](https://pypi.org/project/mkdocs-mdpo-plugin) (📥 98 / month):
- ```
- pip install mkdocs-mdpo-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mdpo
- ```
-
-Mkdocs translations plugin - 🥉2 · ❗Unlicensed · 
Internationalization plugin for mkdocs.
-
-- [PyPi](https://pypi.org/project/mkdocs-translations) (📥 23 / month):
- ```
- pip install mkdocs-translations
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - translations
- ```
-
-
-
-## 🔗 Links & references
-
-
-
-mkdocs-redirects - 🥇26 · ⭐ 230 · MIT · 
Open source plugin for Mkdocs page redirects.
-
-- [GitHub](https://github.com/mkdocs/mkdocs-redirects) (👨💻 18 · 🔀 33 · 📦 6.3K · 📋 40 - 30% open · ⏱️ 19.05.2025)
-- [PyPi](https://pypi.org/project/mkdocs-redirects) (📥 1.7M / month):
- ```
- pip install mkdocs-redirects
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - redirects
- ```
-
-bibtex - 🥇22 · ⭐ 88 · ❗️BSD-3-Clause-LBNL · 
A MkDocs plugin for citation management using bibtex.
-
-- [GitHub](https://github.com/shyamd/mkdocs-bibtex) (👨💻 21 · 🔀 29 · 📦 440 · 📋 59 - 10% open · ⏱️ 01.11.2025)
-- [PyPi](https://pypi.org/project/mkdocs-bibtex) (📥 33K / month):
- ```
- pip install mkdocs-bibtex
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - bibtex
- ```
-
-htmlproofer - 🥇21 · ⭐ 48 · 📈 · MIT · 
A MkDocs plugin that validates URL in rendered html files.
-
-- [GitHub](https://github.com/manuzhang/mkdocs-htmlproofer-plugin) (👨💻 15 · 🔀 16 · 📦 570 · 📋 37 - 10% open · ⏱️ 27.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-htmlproofer-plugin) (📥 76K / month):
- ```
- pip install mkdocs-htmlproofer-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - htmlproofer
- ```
-
-autorefs - 🥈19 · ⭐ 79 · ISC · 
Automatically link across pages in MkDocs.
-
-- [GitHub](https://github.com/mkdocstrings/autorefs) (👨💻 9 · 🔀 11 · 📋 35 - 5% open · ⏱️ 25.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-autorefs) (📥 4.7M / month):
- ```
- pip install mkdocs-autorefs
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - autorefs
- ```
-
-mkdocs-open-in-new-tab - 🥈17 · ⭐ 41 · MIT · 
This plugin adds JS to open outgoing links and PDFs in a new tab.
-
-- [GitHub](https://github.com/JakubAndrysek/mkdocs-open-in-new-tab) (👨💻 2 · 🔀 5 · 📦 590 · 📋 9 - 44% open · ⏱️ 18.11.2024)
-- [PyPi](https://pypi.org/project/mkdocs-open-in-new-tab) (📥 270K / month):
- ```
- pip install mkdocs-open-in-new-tab
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - open-in-new-tab
- ```
-
-autolinks - 🥈16 · ⭐ 88 · 💤 · MIT · 
An MkDocs plugin that automagically generates relative links between markdown pages.
-
-- [GitHub](https://github.com/zachhannum/mkdocs-autolinks-plugin) (👨💻 10 · 🔀 16 · 📦 630 · 📋 18 - 50% open · ⏱️ 04.08.2023)
-- [PyPi](https://pypi.org/project/mkdocs-autolinks-plugin) (📥 53K / month):
- ```
- pip install mkdocs-autolinks-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - autolinks
- ```
-
-mkdocs-site-urls - 🥈16 · ⭐ 20 · MIT · 
A MkDocs plugin that adds support for site-relative `site:` URLs.
-
-- [GitHub](https://github.com/OctoPrint/mkdocs-site-urls) (👨💻 2 · 🔀 3 · 📦 60 · 📋 5 - 40% open · ⏱️ 04.09.2025)
-- [PyPi](https://pypi.org/project/mkdocs-site-urls) (📥 15K / month):
- ```
- pip install mkdocs-site-urls
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - site-urls
- ```
-
-ezlinks - 🥈15 · ⭐ 42 · 💤 · MIT · 
Plugin for mkdocs which enables easier linking between pages.
-
-- [GitHub](https://github.com/orbikm/mkdocs-ezlinks-plugin) (🔀 13 · 📥 220 · 📦 150 · 📋 27 - 44% open · ⏱️ 24.01.2022)
-- [PyPi](https://pypi.org/project/mkdocs-ezlinks-plugin) (📥 13K / month):
- ```
- pip install mkdocs-ezlinks-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - ezlinks
- ```
-
-link-marker - 🥈14 · ⭐ 9 · MIT · 
MkDocs plugin for marking links e.g. external ones or mails.
-
-- [GitHub](https://github.com/timmeinerzhagen/mkdocs-link-marker) (👨💻 2 · 🔀 1 · 📦 32 · 📋 5 - 40% open · ⏱️ 20.07.2025)
-- [PyPi](https://pypi.org/project/mkdocs-link-marker) (📥 750K / month):
- ```
- pip install mkdocs-link-marker
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - link-marker
- ```
-
-ezglossary - 🥈13 · ⭐ 17 · MIT · 
Glossary support for mkdocs.
-
-- [GitHub](https://github.com/realtimeprojects/mkdocs-ezglossary) (👨💻 6 · 🔀 2 · 📋 25 - 8% open · ⏱️ 25.09.2025)
-- [PyPi](https://pypi.org/project/mkdocs-ezglossary-plugin) (📥 9.3K / month):
- ```
- pip install mkdocs-ezglossary-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - ezglossary
- ```
-
-mkdocs-alias-plugin - 🥈13 · ⭐ 16 · MIT · 
An MkDocs plugin allowing links to your pages using a custom alias.
-
-- [GitHub](https://github.com/EddyLuten/mkdocs-alias-plugin) (👨💻 4 · 🔀 4 · 📦 36 · 📋 15 - 26% open · ⏱️ 22.02.2025)
-- [PyPi](https://pypi.org/project/mkdocs-alias-plugin) (📥 1.5K / month):
- ```
- pip install mkdocs-alias-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - alias
- ```
-
-roamlinks - 🥉12 · ⭐ 54 · 💤 · MIT · 
An MkDocs plugin that automagically generates relative links between markdown pages.
-
-- [GitHub](https://github.com/Jackiexiao/mkdocs-roamlinks-plugin) (👨💻 9 · 🔀 14 · ⏱️ 08.06.2023)
-- [PyPi](https://pypi.org/project/mkdocs-roamlinks-plugin) (📥 12K / month):
- ```
- pip install mkdocs-roamlinks-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - roamlinks
- ```
-
-unused-files - 🥉12 · ⭐ 16 · 💤 · MIT · 
An MkDocs plugin to find unused (orphaned) files in your project.
-
-- [GitHub](https://github.com/wilhelmer/mkdocs-unused-files) (👨💻 2 · 🔀 4 · 📦 33 · 📋 12 - 33% open · ⏱️ 17.07.2023)
-- [PyPi](https://pypi.org/project/mkdocs-unused-files) (📥 4.7K / month):
- ```
- pip install mkdocs-unused-files
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - unused_files
- ```
-
-Autolink References - 🥉9 · ⭐ 19 · 💤 · MIT · 
mkdocs plugin to provides GitHub like autolink references in Mkdocs.
-
-- [GitHub](https://github.com/theskumar/autolink-references-mkdocs-plugin) (👨💻 3 · 🔀 7 · 📋 4 - 25% open · ⏱️ 28.12.2023)
-- [PyPi](https://pypi.org/project/autolink-references-mkdocs-plugin) (📥 5.3K / month):
- ```
- pip install autolink-references-mkdocs-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - autolink_references
- ```
-
-abs-to-rel - 🥉9 · ⭐ 5 · 💤 · MIT · 
MkDocs plugin for converting absolute links to relative ones.
-
-- [GitHub](https://github.com/sander76/mkdocs-abs-rel-plugin) (👨💻 2 · 🔀 3 · 📦 37 · ⏱️ 03.03.2020)
-- [PyPi](https://pypi.org/project/mkdocs-abs-rel-plugin) (📥 2.5K / month):
- ```
- pip install mkdocs-abs-rel-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - abs-to-rel
- ```
-
-Wikilink Plus - 🥉7 · ⭐ 16 · 💤 · ❗Unlicensed · 
A wikilink extension for Python Markdown.
-
-- [GitHub](https://github.com/neurobin/mdx_wikilink_plus) (👨💻 5 · 🔀 5 · ⏱️ 26.07.2022)
-- [PyPi](https://pypi.org/project/mdx-wikilink-plus) (📥 4.9K / month):
- ```
- pip install mdx-wikilink-plus
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - mdx_wikilink_plus
- ```
-
-tooltipster-links - 🥉7 · ⭐ 9 · 💤 · MIT · 
An MkDocs plugin that adds tooltips to preview the content of page links using tooltipster.
-
-- [GitHub](https://github.com/zachhannum/mkdocs-tooltipster-links-plugin) (🔀 1 · 📦 31 · ⏱️ 29.07.2020)
-- [PyPi](https://pypi.org/project/mkdocs-tooltipster-links-plugin) (📥 59 / month):
- ```
- pip install mkdocs-tooltipster-links-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - tooltipster-links
- ```
-
-MkDocs Backlinks Section Plugin - 🥉6 · ⭐ 7 · MIT · 
Create a backlink section that lists every page linking to the current page.
-
-- [GitHub](https://github.com/six-two/mkdocs-backlinks-section-plugin) (👨💻 2 · 🔀 1 · ⏱️ 27.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-backlinks-section-plugin) (📥 1.9K / month):
- ```
- pip install mkdocs-backlinks-section-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - backlinks_section
- ```
-
-mkdocs-issues-plugin - 🥉6 · ⭐ 3 · 💤 · MIT · 
A plugin for showing the state and labels of issues, PRs and discussions (GitHub or GitLab) in mkdocs generated docs.
-
-- [GitHub](https://github.com/mihaigalos/mkdocs-issues-plugin) (👨💻 3 · 📦 1 · ⏱️ 24.07.2024)
-- [PyPi](https://pypi.org/project/mkdocs-issues-plugin) (📥 32 / month):
- ```
- pip install mkdocs-issues-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs-issues-plugin
- ```
-
-ArgRef - 🥉6 · ⭐ 2 · 💤 · ❗Unlicensed · 
mkdocs plugin to provides GitHub like autolink references in Mkdocs.
-
-- [GitHub](https://github.com/rhshadrach/mkdocs-argref-plugin) (👨💻 5 · 🔀 1 · ⏱️ 25.08.2024)
-- [PyPi](https://pypi.org/project/mkdocs-argref-plugin) (📥 640 / month):
- ```
- pip install mkdocs-argref-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - argref
- ```
-
-webcontext - 🥉6 · ⭐ 1 · MIT · 
Mkdocs plugin for converting absolute paths to webcontext aware paths using the configured webcontext context.
-
-- [GitHub](https://github.com/Darrelk/mkdocs-webcontext-plugin) (👨💻 2 · 🔀 1 · 📥 11 · 📦 6 · ⏱️ 23.05.2025)
-- [PyPi](https://pypi.org/project/mkdocs-webcontext-plugin) (📥 110 / month):
- ```
- pip install mkdocs-webcontext-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - webcontext
- ```
-
-Mkdocs-Addresses - 🥉4 · 💤 · ❗Unlicensed · 
Mkdocs plugin, building automatically the appropriate relative paths (to images, links, anchors, ...) using..
-
-- [PyPi](https://pypi.org/project/mkdocs-addresses) (📥 160 / month):
- ```
- pip install mkdocs-addresses
- ```
-- [GitLab](https://gitlab.com/frederic-zinelli/mkdocs-addresses) (🔀 0 · ⏱️ 13.07.2023)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs-addresses
- ```
-
-emailprotect - 🥉3 · ⭐ 5 · 💤 · MIT · 
A MkDocs plugin that tries to obscure email-addresses from address-harvesting spam-bots.
-
-- [GitHub](https://github.com/rkoe/mkdocs-emailprotect) (⏱️ 21.01.2020)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - emailprotect
- ```
-
-alternate-link - 🥉3 · ⭐ 4 · 💤 · MIT · 
An MkDocs plugin that simplifies internal links creation.
-
-- [GitHub](https://github.com/cmitu/mkdocs-altlink-plugin) (👨💻 3 · 🔀 2 · ⏱️ 14.02.2021)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - alternate-link
- ```
-
-
-
-## 🧩 Markdown extensions
-
-
-
-PyMdown Extensions - 🥇32 · ⭐ 1.1K · 📈 · ❗Unlicensed · 
Extensions for Python Markdown.
-
-- [GitHub](https://github.com/facelessuser/pymdown-extensions) (👨💻 55 · 🔀 270 · 📦 51K · 📋 410 - 3% open · ⏱️ 25.10.2025)
-- [PyPi](https://pypi.org/project/pymdown-extensions) (📥 14M / month):
- ```
- pip install pymdown-extensions
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - pymdownx.arithmatex
- - pymdownx.b64
- - pymdownx.betterem
- - pymdownx.blocks.admonition
- - pymdownx.blocks.definition
- - pymdownx.blocks.details
- - pymdownx.blocks.html
- - pymdownx.blocks.tab
- - pymdownx.caret
- - pymdownx.critic
- - pymdownx.details
- - pymdownx.emoji
- - pymdownx.escapeall
- - pymdownx.extra
- - pymdownx.highlight
- - pymdownx.inlinehilite
- - pymdownx.keys
- - pymdownx.magiclink
- - pymdownx.mark
- - pymdownx.pathconverter
- - pymdownx.progressbar
- - pymdownx.saneheaders
- - pymdownx.smartsymbols
- - pymdownx.snippets
- - pymdownx.striphtml
- - pymdownx.superfences
- - pymdownx.tabbed
- - pymdownx.tasklist
- - pymdownx.tilde
- ```
-
-Math extension - 🥇21 · ⭐ 130 · BSD-3 · 
Math extension for Python-Markdown.
-
-- [GitHub](https://github.com/mitya57/python-markdown-math) (👨💻 8 · 🔀 25 · 📦 3.9K · 📋 24 - 8% open · ⏱️ 10.04.2025)
-- [PyPi](https://pypi.org/project/python-markdown-math) (📥 240K / month):
- ```
- pip install python-markdown-math
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - mdx_math
- ```
-
-mkdocs-callouts - 🥇17 · ⭐ 49 · MIT · 
A simple MkDocs plugin that converts Obsidian callout blocks to mkdocs supported Admonitions.
-
-- [GitHub](https://github.com/sondregronas/mkdocs-callouts) (👨💻 2 · 🔀 3 · 📦 1.4K · ⏱️ 15.01.2025)
-- [PyPi](https://pypi.org/project/mkdocs-callouts) (📥 29K / month):
- ```
- pip install mkdocs-callouts
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - callouts
- ```
-
-markdown-callouts - 🥇17 · ⭐ 36 · MIT · 
Markdown extension: a classier syntax for admonitions.
-
-- [GitHub](https://github.com/oprypin/markdown-callouts) (👨💻 2 · 🔀 14 · 📦 530 · 📋 13 - 38% open · ⏱️ 15.02.2025)
-- [PyPi](https://pypi.org/project/markdown-callouts) (📥 84K / month):
- ```
- pip install markdown-callouts
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - callouts
- - github-callouts
- ```
-
-Mdx Truly Sane Lists - 🥈15 · ⭐ 99 · 💤 · MIT · 
Extension for Python-Markdown that makes lists truly sane. Custom indents for nested lists and fix for messy..
-
-- [GitHub](https://github.com/radude/mdx_truly_sane_lists) (👨💻 4 · 🔀 10 · 📋 16 - 50% open · ⏱️ 19.07.2022)
-- [PyPi](https://pypi.org/project/mdx-truly-sane-lists) (📥 2.6M / month):
- ```
- pip install mdx-truly-sane-lists
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - mdx_truly_sane_lists
- ```
-
-YAML metadata - 🥈15 · ⭐ 28 · MIT · 
YAML metadata extension for Python-Markdown.
-
-- [GitHub](https://github.com/sivakov512/python-markdown-full-yaml-metadata) (👨💻 7 · 🔀 4 · 📦 95 · 📋 10 - 30% open · ⏱️ 15.08.2025)
-- [PyPi](https://pypi.org/project/markdown-full-yaml-metadata) (📥 1K / month):
- ```
- pip install markdown-full-yaml-metadata
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - full_yaml_metadata
- ```
-
-Markdown Inline Graphviz - 🥈13 · ⭐ 5 · 💤 · MIT · 
Render inline graphs with Markdown and Graphviz.
-
-- [GitHub](https://github.com/cesaremorel/markdown-inline-graphviz) (👨💻 9 · 🔀 10 · ⏱️ 16.01.2024)
-- [PyPi](https://pypi.org/project/markdown-inline-graphviz-extension) (📥 240K / month):
- ```
- pip install markdown-inline-graphviz-extension
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - markdown_inline_graphviz
- ```
-
-MarkdownSuperscript - 🥈12 · ⭐ 2 · 💤 · BSD-2 · 
An extension to the Python Markdown package enabling superscript text.
-
-- [GitHub](https://github.com/jambonrose/markdown_superscript_extension) (👨💻 2 · 🔀 3 · 📦 47 · 📋 4 - 25% open · ⏱️ 02.12.2018)
-- [PyPi](https://pypi.org/project/MarkdownSuperscript) (📥 1.7K / month):
- ```
- pip install MarkdownSuperscript
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - superscript
- ```
-
-Markdown Checklist - 🥈11 · ⭐ 83 · 💤 · MIT · 
Python Markdown extension for lists of tasks with checkboxes.
-
-- [GitHub](https://github.com/FND/markdown-checklist) (👨💻 2 · 🔀 33 · 📋 8 - 12% open · ⏱️ 29.07.2022)
-- [PyPi](https://pypi.org/project/markdown-checklist) (📥 4.4K / month):
- ```
- pip install markdown-checklist
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - markdown_checklist.extension
- ```
-
-MarkdownSubscript - 🥈11 · ⭐ 3 · 💤 · BSD-2 · 
An extension to the Python Markdown package enabling subscript text.
-
-- [GitHub](https://github.com/jambonrose/markdown_subscript_extension) (👨💻 2 · 🔀 1 · 📦 59 · 📋 5 - 40% open · ⏱️ 02.12.2018)
-- [PyPi](https://pypi.org/project/MarkdownSubscript) (📥 540 / month):
- ```
- pip install MarkdownSubscript
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - subscript
- ```
-
-markdown-katex - 🥈9 · ⭐ 11 · 💤 · ❗Unlicensed · 
KaTeX extension for Python Markdown.
-
-- [PyPi](https://pypi.org/project/markdown-katex) (📥 500K / month):
- ```
- pip install markdown-katex
- ```
-- [GitLab](https://gitlab.com/mbarkhau/markdown-katex) (🔀 4 · 📋 17 - 23% open · ⏱️ 14.05.2019)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - markdown_katex
- ```
-
-Breakless Lists - 🥈9 · ⭐ 6 · 💤 · MIT · 
Python markdown breakless lists extension.
-
-- [GitHub](https://github.com/adamb70/mdx-breakless-lists) (🔀 2 · 📋 2 - 50% open · ⏱️ 08.10.2020)
-- [PyPi](https://pypi.org/project/mdx-breakless-lists) (📥 18K / month):
- ```
- pip install mdx-breakless-lists
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - mdx_breakless_lists
- ```
-
-caption - 🥉8 · ⭐ 11 · ❗️GPL-3.0 · 
-
-- [GitHub](https://github.com/flywire/caption) (👨💻 4 · 🔀 3 · 📦 68 · 📋 8 - 87% open · ⏱️ 03.05.2025)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - caption
- - image_captions
- - table_captions
- ```
-
-python-asciimathml - 🥉8 · ⭐ 4 · 💤 · ❗️GPL-3.0 · 
python ASCIIMathML to Presentation MathML translator.
-
-- [GitHub](https://github.com/ShadowKyogre/python-asciimathml) (👨💻 8 · 🔀 4 · ⏱️ 04.04.2017)
-- [PyPi](https://pypi.org/project/asciimathml) (📥 570 / month):
- ```
- pip install asciimathml
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - mdx_asciimathml
- ```
-
-markdown-icons - 🥉7 · ⭐ 13 · 💤 · ❗Unlicensed · 
Easily display icon fonts in markdown.
-
-- [GitHub](https://github.com/MadLittleMods/markdown-icons) (👨💻 4 · 🔀 11 · 📋 7 - 42% open · ⏱️ 09.12.2018)
-- [PyPi](https://pypi.org/project/markdown-iconfonts) (📥 66 / month):
- ```
- pip install markdown-iconfonts
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - iconfonts
- ```
-
-markdown-emdash - 🥉7 · ⭐ 3 · 💤 · MIT · 
Emdash extension for python-markdown.
-
-- [GitHub](https://github.com/czue/markdown-emdash) (🔀 1 · 📦 39 · ⏱️ 18.05.2023)
-- [PyPi](https://pypi.org/project/markdown-emdash) (📥 91 / month):
- ```
- pip install markdown-emdash
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - mdx_emdash
- ```
-
-Tweetable quotes - 🥉6 · ⭐ 16 · 💤 · MIT · 
Python-Markdown extension to embed tweetable quotes into your blog posts.
-
-- [GitHub](https://github.com/max-arnold/markdown-tweetable) (🔀 1 · 📦 5 · ⏱️ 25.03.2019)
-- [PyPi](https://pypi.org/project/markdown-tweetable) (📥 40 / month):
- ```
- pip install markdown-tweetable
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - tweetable.extension
- ```
-
-HEARTBEATS Flavored Markdown - 🥉6 · ⭐ 15 · 💤 · ❗Unlicensed · 
HEARTBEATS Flavored Markdown extension.
-
-- [GitHub](https://github.com/heartbeatsjp/markdown-extension-hbfm) (👨💻 2 · 🔀 1 · 📦 10 · ⏱️ 01.03.2018)
-- [PyPi](https://pypi.org/project/hbfm) (📥 170 / month):
- ```
- pip install hbfm
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - hbfm.inline_coloring
- - hbfm.inline_list
- - hbfm.number_headers
- - hbfm.quote_uri_hash
- ```
-
-mkpatcher - 🥉6 · ⭐ 2 · 💤 · Apache-2 · 
Python-Markdown extension allowing arbitrary scripts to modify MkDocs input files.
-
-- [GitHub](https://github.com/ofek/mkpatcher) (📦 8 · ⏱️ 26.04.2020)
-- [PyPi](https://pypi.org/project/mkpatcher) (📥 210 / month):
- ```
- pip install mkpatcher
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - mkpatcher
- ```
-
-KBD Extension - 🥉6 · ⭐ 2 · 💤 · MIT · 
KBD Extension for Python-Markdown.
-
-- [GitHub](https://github.com/RickTalken/kbdextension) (🔀 1 · 📦 12 · ⏱️ 08.06.2020)
-- [PyPi](https://pypi.org/project/kbdextension) (📥 250 / month):
- ```
- pip install kbdextension
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - kbdextension
- ```
-
-markdown-del-ins - 🥉5 · ⭐ 13 · 💤 · ❗Unlicensed · 
Markdown extension to support the del and ins tags.
-
-- [GitHub](https://github.com/honzajavorek/markdown-del-ins) (👨💻 2 · ⏱️ 09.01.2020)
-- [PyPi](https://pypi.org/project/markdown-del-ins) (📥 2.5K / month):
- ```
- pip install markdown-del-ins
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - markdown_del_ins
- ```
-
-markdown_sub_sup - 🥉5 · ⭐ 2 · 💤 · ❗️LGPL-3.0 · 
A python markdown extension for add sub and sup support.
-
-- [GitHub](https://github.com/alberic89/markdown_sub_sup) (⏱️ 24.03.2023)
-- [PyPi](https://pypi.org/project/markdown-sub-sup) (📥 270 / month):
- ```
- pip install markdown-sub-sup
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - markdown_sub_sup
- ```
-
-Markdown PyCon - 🥉5 · ⭐ 2 · ISC · 
Markdown extension to parse `pycon` code blocks without indentation or fences.
-
-- [GitHub](https://github.com/pawamoy/markdown-pycon) (📦 3 · ⏱️ 10.01.2025)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - pycon
- ```
-
-Markdown Grid Tables - 🥉5 · ⭐ 1 · 💤 · ❗Unlicensed · 
[Python-Markdown](https://python-markdown.github.io/) [extension](https://python-markdown.github.io/extensions/api/)..
-
-- [PyPi](https://pypi.org/project/markdown-grid-tables) (📥 29K / month):
- ```
- pip install markdown-grid-tables
- ```
-- [GitLab](https://gitlab.com/WillDaSilva/markdown_grid_tables) (🔀 7 · 📋 4 - 75% open · ⏱️ 09.02.2022)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - markdown_grid_tables
- ```
-
-Semantic WikiLinks Extension - 🥉3 · ⭐ 8 · 💤 · ❗Unlicensed · 
Python-Markdown extension to add support for semantic (wiki)links (RDFa).
-
-- [GitHub](https://github.com/aleray/mdx_semanticwikilinks) (🔀 1 · ⏱️ 15.08.2012)
-- [PyPi](https://pypi.org/project/mdx-semanticwikilinks) (📥 81 / month):
- ```
- pip install mdx-semanticwikilinks
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - mdx_semanticwikilinks
- ```
-
-Semantic Data Extension - 🥉3 · ⭐ 7 · 💤 · ❗Unlicensed · 
Python-Markdown extension to add support for semantic data (RDFa).
-
-- [GitHub](https://github.com/aleray/mdx_semanticdata) (🔀 1 · ⏱️ 05.11.2012)
-- [PyPi](https://pypi.org/project/mdx-semanticdata) (📥 76 / month):
- ```
- pip install mdx-semanticdata
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - mdx_semanticdata
- ```
-
-Cite Extension - 🥉3 · ⭐ 6 · 💤 · ❗Unlicensed · 
Python-Markdown extension to support the cite tag.
-
-- [GitHub](https://github.com/aleray/mdx_cite) (🔀 3 · ⏱️ 21.04.2012)
-- [PyPi](https://pypi.org/project/mdx-cite) (📥 18 / month):
- ```
- pip install mdx-cite
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - mdx_cite
- ```
-
-Django Static Image · ❗Unlicensed · 
-
-- [PyPi](https://pypi.org/project/markdown-djangostaticimage) (📥 10 / month):
- ```
- pip install markdown-djangostaticimage
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - django_static_image
- ```
-
-
-
-## 🧭 Navigation & page building
-
-
-
-awesome-nav - 🥇23 · ⭐ 600 · MIT · 
A plugin for customizing the navigation structure of your MkDocs site.
-
-- [GitHub](https://github.com/lukasgeiter/mkdocs-awesome-nav) (👨💻 10 · 🔀 39 · 📦 330 · 📋 120 - 19% open · ⏱️ 10.09.2025)
-- [PyPi](https://pypi.org/project/mkdocs-awesome-nav) (📥 140K / month):
- ```
- pip install mkdocs-awesome-nav
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - awesome-nav
- ```
-
-encryptcontent - 🥇23 · ⭐ 160 · MIT · 
A MkDocs plugin that encrypt/decrypt markdown content with AES.
-
-- [GitHub](https://github.com/unverbuggt/mkdocs-encryptcontent-plugin) (👨💻 6 · 🔀 17 · 📥 100 · 📦 1.2K · 📋 72 - 11% open · ⏱️ 07.07.2025)
-- [PyPi](https://pypi.org/project/mkdocs-encryptcontent-plugin) (📥 13K / month):
- ```
- pip install mkdocs-encryptcontent-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - encryptcontent
- ```
-
-literate-nav - 🥇20 · ⭐ 97 · MIT · 
MkDocs plugin to specify the navigation in Markdown instead of YAML.
-
-- [GitHub](https://github.com/oprypin/mkdocs-literate-nav) (🔀 10 · 📦 2.8K · 📋 33 - 48% open · ⏱️ 18.03.2025)
-- [PyPi](https://pypi.org/project/mkdocs-literate-nav) (📥 1.4M / month):
- ```
- pip install mkdocs-literate-nav
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - literate-nav
- ```
-
-mkdocs-simple-hooks - 🥈19 · ⭐ 66 · 💤 · MIT · 
Define your own hooks for mkdocs, without having to create a new package.
-
-- [GitHub](https://github.com/aklajnert/mkdocs-simple-hooks) (👨💻 6 · 🔀 5 · 📥 61 · 📦 2.2K · ⏱️ 14.11.2023)
-- [PyPi](https://pypi.org/project/mkdocs-simple-hooks) (📥 96K / month):
- ```
- pip install mkdocs-simple-hooks
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs-simple-hooks
- ```
-
-Publisher for MkDocs - meta - 🥈17 · ⭐ 120 · MIT · 
Automatic navigation based on files metadata with URL name and publication status control.
-
-- [GitHub](https://github.com/mkdocs-publisher/mkdocs-publisher) (👨💻 3 · 🔀 9 · 📥 130 · 📦 93 · 📋 31 - 25% open · ⏱️ 11.07.2025)
-- [PyPi](https://pypi.org/project/mkdocs-publisher) (📥 3.3K / month):
- ```
- pip install mkdocs-publisher
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - pub-meta
- ```
-
-exclude - 🥈17 · ⭐ 97 · 💤 · Apache-2 · 
A mkdocs plugin that lets you exclude files or trees from your output.
-
-- [GitHub](https://github.com/apenwarr/mkdocs-exclude) (🔀 10 · 📦 2.8K · 📋 12 - 75% open · ⏱️ 20.02.2019)
-- [PyPi](https://pypi.org/project/mkdocs-exclude) (📥 220K / month):
- ```
- pip install mkdocs-exclude
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - exclude
- ```
-
-mkdocs-nav-weight - 🥈16 · ⭐ 15 · MIT · 
A simple mkdocs plugin, enables to organize Navigation in a more markdownic way.
-
-- [GitHub](https://github.com/shu307/mkdocs-nav-weight) (👨💻 4 · 🔀 3 · 📦 120 · ⏱️ 09.09.2025)
-- [PyPi](https://pypi.org/project/mkdocs-nav-weight) (📥 29K / month):
- ```
- pip install mkdocs-nav-weight
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs-nav-weight
- ```
-
-section-index - 🥈15 · ⭐ 93 · MIT · 
MkDocs plugin to allow clickable sections that lead to an index page.
-
-- [GitHub](https://github.com/oprypin/mkdocs-section-index) (👨💻 3 · 🔀 8 · 📋 23 - 34% open · ⏱️ 05.04.2025)
-- [PyPi](https://pypi.org/project/mkdocs-section-index) (📥 1.1M / month):
- ```
- pip install mkdocs-section-index
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - section-index
- ```
-
-mkdocs-gallery - 🥈15 · ⭐ 49 · 💤 · BSD-3 · 
Same features as sphinx-gallery (https://sphinx-gallery.github.io/) but on mkdocs (https://www.mkdocs.org/) (no sphinx..
-
-- [GitHub](https://github.com/smarie/mkdocs-gallery) (👨💻 10 · 🔀 16 · 📋 75 - 41% open · ⏱️ 30.09.2024)
-- [PyPi](https://pypi.org/project/mkdocs-gallery) (📥 7.7K / month):
- ```
- pip install mkdocs-gallery
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - gallery
- ```
-
-mkdocs-pagetree-plugin - 🥈14 · ⭐ 12 · MIT · 
MkDocs plugin that allows you to display the page tree. Like `sitemap.xml`, but for humans.
-
-- [GitHub](https://github.com/tombreit/mkdocs-pagetree-plugin) (👨💻 3 · 🔀 3 · 📦 24 · 📋 15 - 13% open · ⏱️ 02.11.2025)
-- [PyPi](https://pypi.org/project/mkdocs-pagetree-plugin) (📥 21K / month):
- ```
- pip install mkdocs-pagetree-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - pagetree
- ```
-
-mkdocs-live-edit-plugin - 🥈13 · ⭐ 34 · MIT · 
An MkDocs plugin that allows editing pages directly from the browser.
-
-- [GitHub](https://github.com/EddyLuten/mkdocs-live-edit-plugin) (👨💻 4 · 🔀 6 · 📦 17 · 📋 10 - 30% open · ⏱️ 23.02.2025)
-- [PyPi](https://pypi.org/project/mkdocs-live-edit-plugin) (📥 530 / month):
- ```
- pip install mkdocs-live-edit-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - live-edit
- ```
-
-file-filter - 🥈13 · ⭐ 10 · 💤 · MIT · 
A MkDocs plugin that lets you exclude/include docs files using globs, regexes, gitignore-style file and..
-
-- [GitHub](https://github.com/DariuszPorowski/mkdocs-file-filter-plugin) (👨💻 4 · 🔀 4 · 📥 99 · 📦 16 · 📋 15 - 46% open · ⏱️ 19.07.2024)
-- [PyPi](https://pypi.org/project/mkdocs-file-filter-plugin) (📥 4.8K / month):
- ```
- pip install mkdocs-file-filter-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - file-filter
- ```
-
-mkdocs-categories-plugin - 🥉10 · ⭐ 17 · 💤 · MIT · 
An MkDocs plugin allowing for categorization of wiki pages.
-
-- [GitHub](https://github.com/EddyLuten/mkdocs-categories-plugin) (📦 24 · 📋 5 - 60% open · ⏱️ 22.04.2024)
-- [PyPi](https://pypi.org/project/mkdocs-categories-plugin) (📥 1.9K / month):
- ```
- pip install mkdocs-categories-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - categories
- ```
-
-mkdocs-breadcrumbs-plugin - 🥉10 · ⭐ 6 · MIT · 
Location-based breadcrumbs navigation.
-
-- [GitHub](https://github.com/mihaigalos/mkdocs-breadcrumbs-plugin) (👨💻 5 · 🔀 2 · 📦 11 · 📋 5 - 40% open · ⏱️ 18.04.2025)
-- [PyPi](https://pypi.org/project/mkdocs-breadcrumbs-plugin) (📥 2.1K / month):
- ```
- pip install mkdocs-breadcrumbs-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs-breadcrumbs-plugin
- ```
-
-MkRefs - 🥉9 · ⭐ 40 · 💤 · MIT · 
MkDocs plugin to generate semantic reference Markdown pages from a knowledge graph.
-
-- [GitHub](https://github.com/DerwenAI/mkrefs) (👨💻 2 · 📦 5 · ⏱️ 31.08.2023)
-- [PyPi](https://pypi.org/project/mkrefs) (📥 27 / month):
- ```
- pip install mkrefs
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkrefs
- ```
-
-include directory to navigation - 🥉9 · ⭐ 31 · 💤 · ❗Unlicensed · 
Simple MKDocs plugin than permit to fetch and replace directory in navigation.
-
-- [GitHub](https://github.com/mysiki/mkdocs_include_dir_to_nav) (🔀 3 · 📥 15 · 📋 4 - 50% open · ⏱️ 01.03.2022)
-- [PyPi](https://pypi.org/project/mkdocs-include-dir-to-nav) (📥 54K / month):
- ```
- pip install mkdocs-include-dir-to-nav
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - include_dir_to_nav
- ```
-
-toc-sidebar - 🥉9 · ⭐ 4 · 💤 · MIT · 
An MkDocs plugin that allows users to add additional content to the ToC sidebar using the Material theme.
-
-- [GitHub](https://github.com/zachhannum/mkdocs-toc-sidebar-plugin) (👨💻 2 · 🔀 3 · 📦 50 · ⏱️ 11.01.2020)
-- [PyPi](https://pypi.org/project/mkdocs-toc-sidebar-plugin) (📥 450 / month):
- ```
- pip install mkdocs-toc-sidebar-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - toc-sidebar
- ```
-
-vim-md-tags - 🥉8 · ⭐ 7 · 💤 · MIT · 
An MkDocs plugin that creates a vim tag file of all markdown files.
-
-- [GitHub](https://github.com/zachhannum/mkdocs-vim-md-tags-plugin) (👨💻 4 · 🔀 1 · 📦 12 · ⏱️ 08.05.2020)
-- [PyPi](https://pypi.org/project/mkdocs-vim-md-tags-plugin) (📥 47 / month):
- ```
- pip install mkdocs-vim-md-tags-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - vim-md-tags
- ```
-
-mkdocs-nav-enhancements - 🥉8 · ⭐ 3 · 💤 · MIT · 
WIP plugin for working with titles of pages in MkDocs.
-
-- [GitHub](https://github.com/Rylon/mkdocs-nav-enhancements) (⏱️ 24.07.2019)
-- [PyPi](https://pypi.org/project/mkdocs-nav-enhancements) (📥 5K / month):
- ```
- pip install mkdocs-nav-enhancements
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs-nav-enhancements
- ```
-
-authors - 🥉7 · ⭐ 1 · 🐣 · MIT · 
MkDocs plugin to display authors dynamically on a template using an .authors.yml file.
-
-- [GitHub](https://github.com/thomaszwagerman/mkdocs-authors-plugin) (⏱️ 05.08.2025)
-- [PyPi](https://pypi.org/project/mkdocs-authors-plugin) (📥 58 / month):
- ```
- pip install mkdocs-authors-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - authors
- ```
-
-schema-reader - 🥉6 · ⭐ 5 · 💤 · MIT · 
A mkdocs plugin that scans specified directories and files for JSON Schema files, converts them to markdown and builds..
-
-- [GitHub](https://github.com/magicaljellybeans/mkdocs_schema_reader) (👨💻 3 · 🔀 2 · 📋 4 - 50% open · ⏱️ 23.06.2021)
-- [PyPi](https://pypi.org/project/mkdocs-schema-reader) (📥 4K / month):
- ```
- pip install mkdocs-schema-reader
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - schema_reader
- ```
-
-mkdocs-title-casing-plugin - 🥉6 · ⭐ 2 · 💤 · ❗️GPL-3.0 · 
A lightweight mkdocs plugin to add title casing to all mkdocs pages and sections.
-
-- [GitHub](https://github.com/mattchristopher314/mkdocs-title-casing-plugin) (🔀 1 · 📦 10 · ⏱️ 02.09.2023)
-- [PyPi](https://pypi.org/project/mkdocs-title-casing-plugin) (📥 440 / month):
- ```
- pip install mkdocs-title-casing-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - title-casing
- ```
-
-select-files - 🥉6 · 💤 · Apache-2 · 
Filter pages for assignments.
-
-- [GitHub](https://github.com/supcik/mkdocs-select-files) (📦 9 · ⏱️ 05.09.2019)
-- [PyPi](https://pypi.org/project/mkdocs-select-files) (📥 40 / month):
- ```
- pip install mkdocs-select-files
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - select-files
- ```
-
-awesome-list - 🥉5 · ⭐ 5 · 💤 · MIT · 
MkDocs Plugin to inject social media cards for each entry in an awesome-list.
-
-- [GitHub](https://github.com/carlosperate/mkdocs-awesome-list-plugin) (⏱️ 26.07.2019)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - awesome-list
- ```
-
-SWAN Gallery - 🥉5 · ⭐ 1 · 💤 · ❗️AGPL-3.0 · 
MkDocs plugin to generate a SWAN Gallery.
-
-- [GitHub](https://github.com/swan-cern/mkdocs-swangallery) (👨💻 2 · 📦 3 · ⏱️ 20.07.2023)
-- [PyPi](https://pypi.org/project/mkdocs-swangallery) (📥 29 / month):
- ```
- pip install mkdocs-swangallery
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - swangallery
- ```
-
-mkdocs-navsorted-plugin - 🥉5 · 📉 · BSD-3 · 
mkdocs plugin to get nav sorted without yml directives.
-
-- [GitHub](https://github.com/idlesign/mkdocs-navsorted-plugin) (⏱️ 24.05.2025)
-- [PyPi](https://pypi.org/project/mkdocs-navsorted-plugin) (📥 29 / month):
- ```
- pip install mkdocs-navsorted-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - navsorted
- ```
-
-MkDocs Remove Sections Plugin - 🥉4 · MIT · 
Remove sections with specific titles from your MkDocs pages.
-
-- [GitHub](https://github.com/six-two/mkdocs-remove-sections-plugin) (⏱️ 12.11.2024)
-- [PyPi](https://pypi.org/project/mkdocs-remove-sections-plugin) (📥 18 / month):
- ```
- pip install mkdocs-remove-sections-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - remove_sections
- ```
-
-pagenav-generator - 🥉2 · ⭐ 4 · 💤 · MIT · 
Little something to automatically generate a Navigation within a page itself. Depends on Awesome-pages.
-
-- [GitHub](https://github.com/Andre601/mkdocs-pagenav-generator) (👨💻 2 · 🔀 1 · ⏱️ 17.04.2022)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - pagenav-generator
- ```
-
-
-
-## ✅ Quality checks (code blocks, spelling, etc.)
-
-
-
-mkdocs-spellcheck - 🥇17 · ⭐ 23 · ISC · 
A spell checker plugin for MkDocs.
-
-- [GitHub](https://github.com/pawamoy/mkdocs-spellcheck) (👨💻 4 · 🔀 5 · 📦 81 · 📋 26 - 34% open · ⏱️ 05.08.2025)
-- [PyPi](https://pypi.org/project/mkdocs-spellcheck) (📥 36K / month):
- ```
- pip install mkdocs-spellcheck
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - spellcheck
- ```
-
-mktestdocs - 🥈14 · ⭐ 130 · Apache-2
Run pytest against markdown files/docstrings.
-
-- [GitHub](https://github.com/koaning/mktestdocs) (👨💻 6 · 🔀 10 · 📋 8 - 37% open · ⏱️ 25.07.2025)
-- [PyPi](https://pypi.org/project/mktestdocs) (📥 23K / month):
- ```
- pip install mktestdocs
- ```
-
-Link Checker - 🥈11 · ⭐ 15 · 💤 · MIT
Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second.
-
-- [GitHub](https://github.com/byrnereese/linkchecker-mkdocs) (👨💻 5 · 🔀 6 · ⏱️ 24.08.2021)
-- [PyPi](https://pypi.org/project/mkdocs-linkcheck) (📥 29K / month):
- ```
- pip install mkdocs-linkcheck
- ```
-
-mkdocs-code-validator - 🥉9 · ⭐ 4 · MIT · 
Checks Markdown code blocks in a MkDocs site against user-defined actions.
-
-- [GitHub](https://github.com/oprypin/mkdocs-code-validator) (📦 17 · ⏱️ 15.02.2025)
-- [PyPi](https://pypi.org/project/mkdocs-code-validator) (📥 380 / month):
- ```
- pip install mkdocs-code-validator
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - code-validator
- ```
-
-MkDocs-Test - 🥉6 · ⭐ 8 · MIT · 
A framework for testing MkDocs projects.
-
-- [GitHub](https://github.com/fralau/mkdocs-test) (👨💻 3 · ⏱️ 20.09.2025)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - test
- ```
-
-mkdocs-codecheck - 🥉5 · ⭐ 3 · 💤 · MIT
Traverses a directory tree looking for code samples, then attempts to validate each code sample found.
-
-- [GitHub](https://github.com/byrnereese/codechecker-mkdocs) (👨💻 6 · ⏱️ 16.12.2021)
-- [PyPi](https://pypi.org/project/mkdocs-codecheck) (📥 14 / month):
- ```
- pip install mkdocs-codecheck
- ```
-
-
-
-## 🔍 Search & tables of content
-
-
-
-localsearch - 🥇16 · ⭐ 33 · 💤 · MIT · 
A MkDocs plugin to make the native search plugin work locally (file:// protocol).
-
-- [GitHub](https://github.com/wilhelmer/mkdocs-localsearch) (👨💻 6 · 🔀 7 · 📦 100 · ⏱️ 02.01.2023)
-- [PyPi](https://pypi.org/project/mkdocs-localsearch) (📥 5.6K / month):
- ```
- pip install mkdocs-localsearch
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - localsearch
- ```
-
-exclude-search - 🥈12 · ⭐ 29 · 💤 · MIT · 
A mkdocs plugin that excludes selected chapters from the docs search index.
-
-- [GitHub](https://github.com/chrieke/mkdocs-exclude-search) (👨💻 6 · 🔀 2 · 📥 16 · ⏱️ 04.12.2023)
-- [PyPi](https://pypi.org/project/mkdocs-exclude-search) (📥 50K / month):
- ```
- pip install mkdocs-exclude-search
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - exclude-search
- ```
-
-tags - 🥉9 · ⭐ 44 · 💤 · MIT · 
Processes tags in yaml metadata.
-
-- [GitHub](https://github.com/jldiaz/mkdocs-plugin-tags) (👨💻 3 · 🔀 18 · 📋 14 - 42% open · ⏱️ 02.09.2021)
-- [PyPi](https://pypi.org/project/mkdocs-plugin-tags) (📥 2.6K / month):
- ```
- pip install mkdocs-plugin-tags
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - tags
- ```
-
-extract listings - 🥉8 · ⭐ 3 · MIT · 
Generate a page with all listings and/or a search page for listings.
-
-- [GitHub](https://github.com/six-two/mkdocs-extract-listings-plugin) (⏱️ 15.04.2025)
-- [PyPi](https://pypi.org/project/mkdocs-extract-listings-plugin) (📥 1.7K / month):
- ```
- pip install mkdocs-extract-listings-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - extract_listings
- ```
-
-mkdocs-task-collector - 🥉7 · ⭐ 4 · MIT · 
mkdocs plugin to generate a comprehensive and organized task list, making it easier to manage and track tasks, notes,..
-
-- [GitHub](https://github.com/costantinoai/mkdocs-task-collector) (👨💻 2 · 🔀 1 · 📦 3 · ⏱️ 04.04.2025)
-- [PyPi](https://pypi.org/project/mkdocs-task-collector) (📥 240 / month):
- ```
- pip install mkdocs-task-collector
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - task-collector
- ```
-
-
-
-## 🍱 Site conversion (PDF/ePUB/etc.)
-
-
-
-mkdocs-with-pdf - 🥇23 · ⭐ 380 · 💤 · MIT · 
Generate a single PDF file from MkDocs repository.
-
-- [GitHub](https://github.com/orzih/mkdocs-with-pdf) (👨💻 6 · 🔀 75 · 📦 820 · 📋 120 - 57% open · ⏱️ 14.10.2021)
-- [PyPi](https://pypi.org/project/mkdocs-with-pdf) (📥 100K / month):
- ```
- pip install mkdocs-with-pdf
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - with-pdf
- ```
-
-pdf-export - 🥇22 · ⭐ 340 · MIT · 
An MkDocs plugin to export content pages as PDF files.
-
-- [GitHub](https://github.com/zhaoterryy/mkdocs-pdf-export-plugin) (👨💻 12 · 🔀 41 · 📦 1.5K · 📋 90 - 48% open · ⏱️ 08.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-pdf-export-plugin) (📥 39K / month):
- ```
- pip install mkdocs-pdf-export-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - pdf-export
- ```
-
-print-site - 🥈19 · ⭐ 170 · MIT · 
MkDocs Plugin that adds an additional page that combines all pages, allowing easy exports to PDF and standalone HTML.
-
-- [GitHub](https://github.com/timvink/mkdocs-print-site-plugin) (👨💻 16 · 🔀 28 · 📋 110 - 10% open · ⏱️ 30.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-print-site-plugin) (📥 110K / month):
- ```
- pip install mkdocs-print-site-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - print-site
- ```
-
-mkdocs-exporter - 🥈17 · ⭐ 120 · 💤 · MIT · 
The fastest and most configurable plugin for MkDocs, allowing seamless export of individual pages and/or entire..
-
-- [GitHub](https://github.com/adrienbrignon/mkdocs-exporter) (👨💻 4 · 🔀 14 · 📦 39 · 📋 68 - 54% open · ⏱️ 29.10.2024)
-- [PyPi](https://pypi.org/project/mkdocs-exporter) (📥 12K / month):
- ```
- pip install mkdocs-exporter
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - exporter
- ```
-
-mkpdfs - 🥈16 · ⭐ 100 · 💤 · ❗️GPL-3.0 · 
Converts your mkdocs documentation in PDF, to be shared with users.
-
-- [GitHub](https://github.com/comwes/mkpdfs-mkdocs-plugin) (👨💻 8 · 🔀 29 · 📥 44 · 📦 65 · 📋 39 - 30% open · ⏱️ 11.08.2021)
-- [PyPi](https://pypi.org/project/mkpdfs-mkdocs) (📥 670 / month):
- ```
- pip install mkpdfs-mkdocs
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkpdfs
- ```
-
-mkdocs-pandoc - 🥉14 · ⭐ 110 · 💤 · Apache-2
[unmaintained] mkdocs - pandoc converter: use this fork https://github.com/twardoch/mkdocs-combine.
-
-- [GitHub](https://github.com/jgrassler/mkdocs-pandoc) (👨💻 4 · 🔀 22 · 📦 76 · 📋 23 - 56% open · ⏱️ 14.03.2016)
-- [PyPi](https://pypi.org/project/mkdocs-pandoc) (📥 210 / month):
- ```
- pip install mkdocs-pandoc
- ```
-
-pdf-with-js - 🥉12 · ⭐ 8 · 💤 · MIT · 
A MkDocs plugin that exports your documentation as PDF with rendered JavaScript content.
-
-- [GitHub](https://github.com/smaxtec/mkdocs-pdf-with-js-plugin) (👨💻 4 · 🔀 3 · 📦 13 · ⏱️ 23.07.2021)
-- [PyPi](https://pypi.org/project/mkdocs-pdf-with-js-plugin) (📥 820 / month):
- ```
- pip install mkdocs-pdf-with-js-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - pdf-with-js
- ```
-
-mk2pdf-export - 🥉7 · ⭐ 11 · 💤 · MIT · 
The plugin is based on https://github.com/zhaoterryy/mkdocs-pdf-export-plugin/ ,the main change is use pandoc to..
-
-- [GitHub](https://github.com/HaoLiuHust/mkdocs-mk2pdf-plugin) (👨💻 4 · 🔀 5 · 📦 3 · ⏱️ 11.09.2020)
-- [PyPi](https://pypi.org/project/mkdocs-mk2pdf-plugin) (📥 100 / month):
- ```
- pip install mkdocs-mk2pdf-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mk2pdf-export
- ```
-
-mkdocs-zip-folders - 🥉6 · ⭐ 3 · MIT · 
MkDocs plugin to zip configured folders and add them to the site.
-
-- [GitHub](https://github.com/JakubAndrysek/mkdocs-zip-folders) (👨💻 2 · 🔀 1 · ⏱️ 03.07.2025)
-- [PyPi](https://pypi.org/project/mkdocs-zip-folders) (📥 170 / month):
- ```
- pip install mkdocs-zip-folders
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - zip_folders
- ```
-
-helm - 🥉4 · ⭐ 1 · 💤 · Apache-2 · 
An mkdocs plugin that turns docs website into helm repository.
+## 🍱 Site conversion (PDF/ePUB/etc.)
-- [GitHub](https://github.com/M00nF1sh/mkdocs-helm) (🔀 1 · ⏱️ 21.11.2018)
-- [PyPi](https://pypi.org/project/mkdocs-helm) (📥 26 / month):
- ```
- pip install mkdocs-helm
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - helm-repo
- ```
-
-mkdocs-autozip - 🥉1 · ⭐ 2 · 💤 · ❗Unlicensed · 
A mkdocs plugin for auto zipping the document source.
+
-- [GitHub](https://github.com/martinohanlon/mkdocs_autozip) (⏱️ 05.10.2022)
-- [PyPi](https://pypi.org/project/mkdocs-autozip) (📥 48 / month):
- ```
- pip install mkdocs-autozip
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - autozip
- ```
-
## 🔧 Site building, site management
-mike - 🥇27 · ⭐ 680 · BSD-3 · 
Manage multiple versions of your MkDocs-powered documentation via Git.
-
-- [GitHub](https://github.com/jimporter/mike) (👨💻 9 · 🔀 50 · 📥 420 · 📦 5K · 📋 200 - 6% open · ⏱️ 16.03.2025)
-- [PyPi](https://pypi.org/project/mike) (📥 750K / month):
- ```
- pip install mike
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mike
- ```
-
-techdocs-core - 🥇26 · ⭐ 100 · Apache-2 · 
The core MkDocs plugin used by Backstages TechDocs as a wrapper around multiple MkDocs plugins and Python Markdown..
-
-- [GitHub](https://github.com/backstage/mkdocs-techdocs-core) (👨💻 48 · 🔀 75 · 📦 190 · ⏱️ 03.11.2025)
-- [PyPi](https://pypi.org/project/mkdocs-techdocs-core) (📥 1.5M / month):
- ```
- pip install mkdocs-techdocs-core
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - techdocs-core
- ```
-
-monorepo - 🥇24 · ⭐ 380 · Apache-2 · 
Build multiple documentation folders in a single Mkdocs. Designed for large codebases.
-
-- [GitHub](https://github.com/backstage/mkdocs-monorepo-plugin) (👨💻 32 · 🔀 74 · 📦 580 · 📋 74 - 54% open · ⏱️ 15.06.2025)
-- [PyPi](https://pypi.org/project/mkdocs-monorepo-plugin) (📥 2.3M / month):
- ```
- pip install mkdocs-monorepo-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - monorepo
- ```
-
-mkdocs-multirepo-plugin - 🥈23 · ⭐ 180 · MIT · 
Build documentation in multiple repos into one site.
-
-- [GitHub](https://github.com/jdoiro3/mkdocs-multirepo-plugin) (👨💻 17 · 🔀 54 · 📦 210 · 📋 120 - 54% open · ⏱️ 15.01.2025)
-- [PyPi](https://pypi.org/project/mkdocs-multirepo-plugin) (📥 77K / month):
- ```
- pip install mkdocs-multirepo-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - multirepo
- ```
-
-simple - 🥈20 · ⭐ 49 · Apache-2 · 
Build documentation files inside your code into a MkDocs site.
-
-- [GitHub](https://github.com/athackst/mkdocs-simple-plugin) (👨💻 8 · 🔀 10 · 📦 59 · ⏱️ 18.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-simple-plugin) (📥 34K / month):
- ```
- pip install mkdocs-simple-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - simple
- ```
-
-Publisher for MkDocs - debugger - 🥈17 · ⭐ 120 · MIT · 
Advanced console and file logger from build and serve process.
-
-- [GitHub](https://github.com/mkdocs-publisher/mkdocs-publisher) (👨💻 3 · 🔀 9 · 📥 130 · 📦 93 · 📋 31 - 25% open · ⏱️ 11.07.2025)
-- [PyPi](https://pypi.org/project/mkdocs-publisher) (📥 3.3K / month):
- ```
- pip install mkdocs-publisher
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - pub-debugger
- ```
-
-markdown-docs - 🥈17 · ⭐ 27 · 📈 · MIT · 
Action/docker image that transforms your markdown into a static website. No need for particular configuration: it just..
-
-- [GitHub](https://github.com/ldeluigi/markdown-docs) (👨💻 6 · 🔀 6 · 📦 110 · ⏱️ 04.11.2025)
-- [Docker Hub](https://hub.docker.com/r/deloo/markdown-docs) (📥 42K · ⏱️ 04.11.2025):
- ```
- docker pull deloo/markdown-docs
- ```
-
-mkdocs-versioning - 🥈16 · ⭐ 40 · 💤 · MIT · 
A tool that allows for versioning sites built with mkdocs.
-
-- [GitHub](https://github.com/zayd62/mkdocs-versioning) (👨💻 5 · 🔀 6 · 📦 130 · 📋 25 - 12% open · ⏱️ 01.08.2021)
-- [PyPi](https://pypi.org/project/mkdocs-versioning) (📥 6.2K / month):
- ```
- pip install mkdocs-versioning
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs-versioning
- ```
-
-same-dir - 🥈14 · ⭐ 49 · MIT · 
MkDocs plugin to allow placing mkdocs.yml in the same directory as documentation.
-
-- [GitHub](https://github.com/oprypin/mkdocs-same-dir) (👨💻 2 · 🔀 2 · 📦 500 · 📋 9 - 22% open · ⏱️ 15.02.2025)
-- [PyPi](https://pypi.org/project/mkdocs-same-dir) (📥 64K / month):
- ```
- pip install mkdocs-same-dir
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - same-dir
- ```
-
-MkDocs Merge - 🥈14 · ⭐ 23 · MIT
Merge the source of multiple MkDocs sites into a single one.
-
-- [GitHub](https://github.com/ovasquez/mkdocs-merge) (👨💻 3 · 🔀 6 · 📦 9 · 📋 10 - 50% open · ⏱️ 05.07.2025)
-- [PyPi](https://pypi.org/project/mkdocs-merge) (📥 2.4K / month):
- ```
- pip install mkdocs-merge
- ```
-
-mkdocs-exclude-unused-files - 🥉13 · ⭐ 4 · MIT · 
Exclude orphaned (unused) static files from your mkdocs build.
-
-- [GitHub](https://github.com/JonasDoesThings/mkdocs-exclude-unused-files) (👨💻 4 · 🔀 2 · 📥 10 · 📦 24 · ⏱️ 11.06.2025)
-- [PyPi](https://pypi.org/project/mkdocs-exclude-unused-files) (📥 7.3K / month):
- ```
- pip install mkdocs-exclude-unused-files
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - exclude-unused-files
- ```
-
-multirepo - 🥉12 · ⭐ 44 · 💤 · MIT
A bit like monorepo, but keeps MkDocs projects separate.
-
-- [GitHub](https://github.com/wilhelmer/mkdocs-multirepo) (👨💻 3 · 🔀 2 · 📦 3 · ⏱️ 04.01.2024)
-- [PyPi](https://pypi.org/project/mkdocs-multirepo) (📥 350 / month):
- ```
- pip install mkdocs-multirepo
- ```
-
-mkdocs-note - 🥉11 · ⭐ 6 · 🐣 · ❗️GPL-3.0 · 
A MkDocs plugin to add note boxes to your documentation.
-
-- [GitHub](https://github.com/virtualguard101/mkdocs-note) (👨💻 2 · 🔀 1 · 📋 19 - 15% open · ⏱️ 05.11.2025)
-- [PyPi](https://pypi.org/project/mkdocs-note) (📥 2.4K / month):
- ```
- pip install mkdocs-note
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs-note
- ```
-
-mkdocs-yamp - 🥉8 · ⭐ 2 · 💤 · Apache-2 · 
Yet Another Multirepo Plugin for MkDocs.
-
-- [GitHub](https://github.com/boozallen/mkdocs-yamp-plugin) (👨💻 2 · 🔀 5 · 📦 7 · ⏱️ 10.10.2022)
-- [PyPi](https://pypi.org/project/mkdocs-yamp) (📥 120 / month):
- ```
- pip install mkdocs-yamp
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - yamp
- ```
-
-mkdocs-auto-refresh-build-pages - 🥉8 · ⭐ 2 · MIT · 
MkDocs plugin that automatically refreshes the build pages when the documentation is updated.
-
-- [GitHub](https://github.com/JakubAndrysek/mkdocs-auto-refresh-build-pages) (📦 5 · ⏱️ 06.07.2025)
-- [PyPi](https://pypi.org/project/mkdocs-auto-refresh-build-pages) (📥 1.6K / month):
- ```
- pip install mkdocs-auto-refresh-build-pages
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - auto-refresh-build-pages
- ```
-
-mkdocs-exclude-tagged-files - 🥉7 · ⭐ 3 · 💤 · MIT · 
A mkdocs plugin for excluding files based on frontmatter tags.
-
-- [GitHub](https://github.com/JonasDoesThings/mkdocs-exclude-tagged-files) (👨💻 2 · 🔀 2 · 📦 4 · ⏱️ 10.09.2023)
-- [PyPi](https://pypi.org/project/mkdocs-exclude-tagged-files) (📥 240 / month):
- ```
- pip install mkdocs-exclude-tagged-files
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs_exclude_tagged_files
- ```
-
-mkdocs-required-frontmatter-plugin - 🥉7 · ⭐ 3 · 💤 · MIT · 
This MkDocs plugin enforces required frontmatter for documentation pages.
-
-- [GitHub](https://github.com/unmc-vcr/mkdocs-required-frontmatter-plugin) (📦 2 · ⏱️ 22.03.2024)
-- [PyPi](https://pypi.org/project/mkdocs-required-frontmatter-plugin) (📥 220 / month):
- ```
- pip install mkdocs-required-frontmatter-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - required-frontmatter
- ```
-
-no-sitemap - 🥉7 · ⭐ 2 · MIT · 
Disable Mkdocs sitemap generation.
-
-- [GitHub](https://github.com/leonardehrenfried/mkdocs-no-sitemap-plugin) (👨💻 2 · 🔀 1 · 📦 44 · ⏱️ 23.08.2025)
-- [PyPi](https://pypi.org/project/mkdocs-no-sitemap-plugin) (📥 3.6K / month):
- ```
- pip install mkdocs-no-sitemap-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - no-sitemap
- ```
-
-progress - 🥉6 · ⭐ 5 · 💤 · Apache-2 · 
A plugin for MkDocs that lets you know exactly what is happening during the build.
-
-- [GitHub](https://github.com/RDIL/mkdocs-plugin-progress) (👨💻 3 · 📦 41 · ⏱️ 20.06.2020)
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - progress
- ```
-
-mkdocs-new-features-notifier - 🥉5 · ⭐ 4 · 💤 · MIT · 
This plugin enables you to notify users of new features in your product. It does this by identifying new documentation..
-
-- [GitHub](https://github.com/kevin-411/mkdocs-new-features-notifier) (👨💻 2 · 🔀 1 · ⏱️ 15.01.2020)
-- [PyPi](https://pypi.org/project/mkdocs-new-features-notifier) (📥 290 / month):
- ```
- pip install mkdocs-new-features-notifier
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - mkdocs-new-features-notifier
- ```
-
-multiple - 🥉3 · ⭐ 2 · 💤 · ❗️GPL-3.0 · 
Allows to merge mkdocs documentations dynamically.
-
-- [GitHub](https://github.com/experimaestro/mkdocs-multiple) (👨💻 2 · ⏱️ 22.11.2019)
-- [PyPi](https://pypi.org/project/mkdocs-multiple) (📥 390 / month):
- ```
- pip install mkdocs-multiple
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - multiple
- ```
-
-octadocs-adr - 🥉2 · ⭐ 1 · 💤 · ❗Unlicensed · 
A blueprint for Architecture Decision Record in Octadocs - the smart documentation environment.
-
-- [GitHub](https://github.com/octadocs/octadocs-adr) (⏱️ 22.08.2021)
-- [PyPi](https://pypi.org/project/octadocs-adr) (📥 19 / month):
- ```
- pip install octadocs-adr
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - octadocs_adr
- ```
-
## 📁 Snippets & includes (reusing contents)
-include-markdown - 🥇24 · ⭐ 140 · Apache-2 · 
Mkdocs Markdown includer plugin.
-
-- [GitHub](https://github.com/mondeja/mkdocs-include-markdown-plugin) (👨💻 17 · 🔀 25 · 📥 680 · 📦 3.2K · 📋 96 - 3% open · ⏱️ 28.09.2025)
-- [PyPi](https://pypi.org/project/mkdocs-include-markdown-plugin) (📥 380K / month):
- ```
- pip install mkdocs-include-markdown-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - include-markdown
- ```
-
-Markdown-Include - 🥈21 · ⭐ 110 · 💤 · ❗️GPL-3.0 · 
Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.
-
-- [GitHub](https://github.com/cmacmackin/markdown-include) (👨💻 12 · 🔀 36 · 📦 7.5K · 📋 27 - 29% open · ⏱️ 07.02.2023)
-- [PyPi](https://pypi.org/project/markdown-include) (📥 210K / month):
- ```
- pip install markdown-include
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - markdown_include.include
- ```
-
-meta-descriptions - 🥈20 · ⭐ 19 · MIT · 
Generate meta descriptions from the first paragraphs in your MkDocs pages.
-
-- [GitHub](https://github.com/prcr/mkdocs-meta-descriptions-plugin) (👨💻 3 · 🔀 3 · 📦 1.2K · 📋 12 - 8% open · ⏱️ 22.10.2025)
-- [PyPi](https://pypi.org/project/mkdocs-meta-descriptions-plugin) (📥 10K / month):
- ```
- pip install mkdocs-meta-descriptions-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - meta-descriptions
- ```
-
-codeinclude - 🥈15 · ⭐ 17 · 💤 · MIT · 
A plugin to include code snippets into mkdocs pages.
-
-- [GitHub](https://github.com/rnorth/mkdocs-codeinclude-plugin) (👨💻 3 · 🔀 6 · 📦 170 · 📋 12 - 41% open · ⏱️ 01.03.2023)
-- [PyPi](https://pypi.org/project/mkdocs-codeinclude-plugin) (📥 9.3K / month):
- ```
- pip install mkdocs-codeinclude-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - codeinclude
- ```
-
-mkdocs-embed-external-markdown - 🥉14 · ⭐ 11 · MIT · 
MkDocs Embed External Markdown plugin that allow to inject section or all full markdown content from a given url. The..
-
-- [GitHub](https://github.com/fire1ce/mkdocs-embed-external-markdown) (👨💻 7 · 🔀 7 · 📦 160 · 📋 12 - 8% open · ⏱️ 24.02.2025)
-- [PyPi](https://pypi.org/project/mkdocs-embed-external-markdown) (📥 8K / month):
- ```
- pip install mkdocs-embed-external-markdown
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - external-markdown
- ```
-
-markdown-version-annotations - 🥉12 · ⭐ 9 · 💤 · MIT · 
MkDocs plugin to add custom admonitions for documenting version differences.
-
-- [GitHub](https://github.com/glennmatthews/markdown-version-annotations) (📥 26 · 📦 86 · ⏱️ 06.05.2024)
-- [PyPi](https://pypi.org/project/markdown-version-annotations) (📥 17K / month):
- ```
- pip install markdown-version-annotations
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - markdown_version_annotations
- ```
-
-Mdx Include - 🥉10 · ⭐ 62 · 💤 · ❗Unlicensed · 
Python Markdown extension to include local or remote files.
-
-- [GitHub](https://github.com/neurobin/mdx_include) (👨💻 3 · 🔀 3 · 📋 9 - 44% open · ⏱️ 26.07.2022)
-- [PyPi](https://pypi.org/project/mdx-include) (📥 210K / month):
- ```
- pip install mdx-include
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions):
- ```yaml
- markdown_extensions:
- - mdx_include
- ```
-
-snippet - 🥉9 · ⭐ 12 · 💤 · MIT · 
An mkdocs plugin that injects snippets from a file in a git repository.
-
-- [GitHub](https://github.com/mprivat/mkdocs-snippet-plugin) (👨💻 4 · 🔀 2 · 📦 23 · 📋 7 - 42% open · ⏱️ 21.10.2021)
-- [PyPi](https://pypi.org/project/mkdocs-snippet-plugin) (📥 1.1K / month):
- ```
- pip install mkdocs-snippet-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - snippet
- ```
-
-git snippet - 🥉9 · ⭐ 8 · 💤 · MIT · 
Mkdocs plugin that allow to inject snippet or all markdown content from a given remote git repository.
-
-- [GitHub](https://github.com/samcomi/mkdocs-gitsnippet-plugin) (👨💻 4 · 🔀 4 · 📦 10 · ⏱️ 15.11.2020)
-- [PyPi](https://pypi.org/project/mkdocs-gitsnippet-plugin) (📥 900 / month):
- ```
- pip install mkdocs-gitsnippet-plugin
- ```
-- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins):
- ```yaml
- plugins:
- - gitsnippet
- ```
-
---
diff --git a/history/2026-07-30_changes.md b/history/2026-07-30_changes.md
new file mode 100644
index 0000000..dd339de
--- /dev/null
+++ b/history/2026-07-30_changes.md
@@ -0,0 +1,16 @@
+## 📈 Trending Up
+
+_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._
+
+- MkDocs Graphviz - 🥇7 · ⭐ 6 · 💤 · ❗Unlicensed · 
A mkdocs Extension that automatically renders Graphviz images, in SVG or PNG format, within your markdown file.
+
+## 📉 Trending Down
+
+_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._
+
+- mkdocs-click - 🥇11 · 📉 · ❗Unlicensed · 
+- Math extension - 🥇11 · 📉 · ❗Unlicensed · 
+- mkdocs-coverage - 🥈8 · 📉 · ❗Unlicensed · 
+- mkpdfs - 🥈6 · 📉 · ❗Unlicensed · 
+- MkDocs Merge - 🥈4 · 📉 · ❗Unlicensed
+
diff --git a/history/2026-07-30_projects.csv b/history/2026-07-30_projects.csv
new file mode 100644
index 0000000..f151674
--- /dev/null
+++ b/history/2026-07-30_projects.csv
@@ -0,0 +1,306 @@
+,name,mkdocs_plugin,extra_dependencies,github_id,pypi_id,labels,category,homepage,dependent_project_count,github_dependent_project_count,contributor_count,pypi_url,pypi_monthly_downloads,monthly_downloads,description,projectrank,show,projectrank_placing,markdown_extension,trending,mkdocs_theme,license,shadowed,gitlab_id,gitlab_url,created_at,fork_count,open_issue_count,closed_issue_count,star_count,release_count,updated_at,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,pypi,bitbucket_id
+0,mkdocstrings,mkdocstrings,"{'plugins.mkdocstrings.handlers.crystal': 'mkdocstrings-crystal', 'plugins.mkdocstrings.handlers.python': 'mkdocstrings-python'}",mkdocstrings/mkdocstrings,mkdocstrings,['plugin'],api-docs,{},29299.0,29299.0,55.0,https://pypi.org/project/mkdocstrings,7766766.0,7766766.0,,15,True,1.0,,,,,,,,,,,,,,,,,,,,
+1,mkdocs-jupyter,mkdocs-jupyter,,danielfrg/mkdocs-jupyter,mkdocs-jupyter,['plugin'],code-exec-templating,{},5300.0,5300.0,39.0,https://pypi.org/project/mkdocs-jupyter,470717.0,470717.0,,13,True,1.0,,,,,,,,,,,,,,,,,,,,
+2,plantuml-markdown,,,mikitex70/plantuml-markdown,plantuml-markdown,['markdown'],charts,{},1832.0,1832.0,30.0,https://pypi.org/project/plantuml-markdown,896891.0,896891.0,,12,True,1.0,plantuml_markdown,,,,,,,,,,,,,,,,,,,
+3,gen-files,gen-files,,oprypin/mkdocs-gen-files,mkdocs-gen-files,['plugin'],code-exec-templating,{},4647.0,4647.0,6.0,https://pypi.org/project/mkdocs-gen-files,1417367.0,1417367.0,,12,True,1.0,,,,,,,,,,,,,,,,,,,,
+4,minify,minify,,byrnereese/mkdocs-minify-plugin,mkdocs-minify-plugin,['plugin'],html-css,{},12535.0,12535.0,14.0,https://pypi.org/project/mkdocs-minify-plugin,999722.0,999722.0,,12,True,1.0,,,,,,,,,,,,,,,,,,,,
+5,mkdocs-click,,,mkdocs/mkdocs-click,mkdocs-click,['markdown'],api-docs,{},1276.0,1276.0,16.0,https://pypi.org/project/mkdocs-click,1151488.0,1151488.0,,11,True,1.0,mkdocs-click,-10.0,,,,,,,,,,,,,,,,,,
+6,static-i18n,i18n,,ultrabug/mkdocs-static-i18n,mkdocs-static-i18n,['plugin'],i18n-l10n,{},2594.0,2594.0,14.0,https://pypi.org/project/mkdocs-static-i18n,632031.0,632031.0,,11,True,1.0,,,,,,,,,,,,,,,,,,,,
+7,Math extension,,,mitya57/python-markdown-math,python-markdown-math,['markdown'],markdown,{},4059.0,4059.0,8.0,https://pypi.org/project/python-markdown-math,394340.0,394340.0,,11,True,1.0,mdx_math,-10.0,,,,,,,,,,,,,,,,,,
+8,literate-nav,literate-nav,,oprypin/mkdocs-literate-nav,mkdocs-literate-nav,['plugin'],nav-pages,{},3765.0,3765.0,,https://pypi.org/project/mkdocs-literate-nav,1258518.0,1258518.0,,11,True,1.0,,,,,,,,,,,,,,,,,,,,
+9,Material for MkDocs,"['material/blog', 'material/group', 'material/offline', 'material/search', 'material/social', 'material/tags']",{'plugins.social': 'mkdocs-material[imaging]'},squidfunk/mkdocs-material,mkdocs-material,"['theme', 'plugin']",theming,{},90886.0,90886.0,331.0,https://pypi.org/project/mkdocs-material,,,,10,True,1.0,,,material,,,,,,,,,,,,,,,,,
+10,Cinder,,,chrissimpkins/cinder,mkdocs-cinder,['theme'],theming,{},710.0,710.0,23.0,https://pypi.org/project/mkdocs-cinder,6793.0,6793.0,,10,True,1.0,,,cinder,MIT,,,,,,,,,,,,,,,,
+11,git-committers-2,git-committers,,ojacques/mkdocs-git-committers-plugin-2,mkdocs-git-committers-plugin-2,['plugin'],git-info,{},1634.0,1634.0,19.0,https://pypi.org/project/mkdocs-git-committers-plugin-2,134128.0,134128.0,An MkDocs plugin to create a list of contributors on the page.,10,True,1.0,,,,,,,,,,,,,,,,,,,,
+12,mkdocs-callouts,callouts,,sondregronas/mkdocs-callouts,mkdocs-callouts,['plugin'],markdown,{},1449.0,1449.0,3.0,https://pypi.org/project/mkdocs-callouts,61029.0,61029.0,,10,True,1.0,,,,,,,,,,,,,,,,,,,,
+13,exclude,exclude,,apenwarr/mkdocs-exclude,mkdocs-exclude,['plugin'],nav-pages,{},3194.0,3194.0,,https://pypi.org/project/mkdocs-exclude,223970.0,223970.0,,10,True,1.0,,,,,,,,,,,,,,,,,,,,
+14,awesome-nav,awesome-nav,,lukasgeiter/mkdocs-awesome-nav,mkdocs-awesome-nav,['plugin'],nav-pages,{},671.0,671.0,12.0,https://pypi.org/project/mkdocs-awesome-nav,1022720.0,1022720.0,,10,True,1.0,,,,,,,,,,,,,,,,,,,,
+15,Windmill,,,gristlabs/mkdocs-windmill,mkdocs-windmill,['theme'],theming,{},367.0,367.0,8.0,https://pypi.org/project/mkdocs-windmill,7820.0,7820.0,,9,True,1.0,,,windmill,MIT,,,,,,,,,,,,,,,,
+16,MkDocsOAD,"['neoteroi.mkdocsoad', 'neoteroi.contribs']",,Neoteroi/mkdocs-plugins,neoteroi-mkdocs,"['plugin', 'markdown']",api-docs,{},529.0,529.0,13.0,https://pypi.org/project/neoteroi-mkdocs,137527.0,137527.0,Plugin for MkDocs to generate human readable documentation from OpenAPI Documentation Version 3 (also known as Swagger..,9,True,1.0,"['neoteroi.cards', 'neoteroi.timeline', 'neoteroi.projects', 'neoteroi.spantable']",,,,,,,,,,,,,,,,,,,
+17,macros,macros,,fralau/mkdocs_macros_plugin,mkdocs-macros-plugin,['plugin'],code-exec-templating,{},7084.0,7084.0,36.0,https://pypi.org/project/mkdocs-macros-plugin,,,,9,True,2.0,,,,MIT,,,,,,,,,,,,,,,,
+18,MkDocs Swagger UI Tag,swagger-ui-tag,,blueswen/mkdocs-swagger-ui-tag,mkdocs-swagger-ui-tag,['plugin'],integrations,{},446.0,446.0,10.0,https://pypi.org/project/mkdocs-swagger-ui-tag,266527.0,266527.0,,9,True,1.0,,,,,,,,,,,,,,,,,,,,
+19,mkdocs-llmstxt,llmstxt,,pawamoy/mkdocs-llmstxt,mkdocs-llmstxt,['plugin'],integrations,{},617.0,617.0,5.0,https://pypi.org/project/mkdocs-llmstxt,397229.0,397229.0,,9,True,1.0,,,,,,,,,,,,,,,,,,,,
+20,autolinks,autolinks,,zachhannum/mkdocs-autolinks-plugin,mkdocs-autolinks-plugin,['plugin'],links-refs,{},729.0,729.0,10.0,https://pypi.org/project/mkdocs-autolinks-plugin,63082.0,63082.0,,9,True,1.0,,,,,,,,,,,,,,,,,,,,
+21,encryptcontent,encryptcontent,,unverbuggt/mkdocs-encryptcontent-plugin,mkdocs-encryptcontent-plugin,['plugin'],nav-pages,{},1274.0,1274.0,7.0,https://pypi.org/project/mkdocs-encryptcontent-plugin,20753.0,20753.0,,9,True,2.0,,,,,,,,,,,,,,,,,,,,
+22,pdf-export,pdf-export,,zhaoterryy/mkdocs-pdf-export-plugin,mkdocs-pdf-export-plugin,['plugin'],site-conversion,{},1530.0,1530.0,12.0,https://pypi.org/project/mkdocs-pdf-export-plugin,40144.0,40144.0,,9,True,1.0,,,,,,,,,,,,,,,,,,,,
+23,mkdocs-multirepo-plugin,multirepo,,jdoiro3/mkdocs-multirepo-plugin,mkdocs-multirepo-plugin,['plugin'],site-management,{},260.0,260.0,17.0,https://pypi.org/project/mkdocs-multirepo-plugin,72252.0,72252.0,,9,True,1.0,,,,,,,,,,,,,,,,,,,,
+24,MkApi,mkapi,,daizutabi/mkapi,mkapi,['plugin'],api-docs,{},268.0,268.0,6.0,https://pypi.org/project/mkapi,9103.0,9103.0,,8,True,2.0,,,,,,,,,,,,,,,,,,,,
+25,mkdoxy,mkdoxy,,JakubAndrysek/MkDoxy,mkdoxy,['plugin'],api-docs,{},73.0,73.0,18.0,https://pypi.org/project/mkdoxy,64630.0,64630.0,,8,True,2.0,,,,,,,,,,,,,,,,,,,,
+26,mkdocs-diagrams,diagrams,,zoni/mkdocs-diagrams,mkdocs-diagrams,['plugin'],charts,{},86.0,86.0,,https://pypi.org/project/mkdocs-diagrams,63340.0,63340.0,,8,True,1.0,,,,,,,,,,,,,,,,,,,,
+27,meta-manager,meta-manager,,timmeinerzhagen/mkdocs-meta-manager,mkdocs-meta-manager,['plugin'],code-exec-templating,{},22.0,22.0,3.0,https://pypi.org/project/mkdocs-meta-manager,972941.0,972941.0,,8,True,2.0,,,,,,,,,,,,,,,,,,,,
+28,mkdocs-marimo,marimo,,marimo-team/mkdocs-marimo,mkdocs-marimo,['plugin'],code-exec-templating,{},14.0,14.0,8.0,https://pypi.org/project/mkdocs-marimo,10892.0,10892.0,,8,True,2.0,,,,Apache-2,,,,,,,,,,,,,,,,
+29,git-committers,git-committers,,byrnereese/mkdocs-git-committers-plugin,mkdocs-git-committers-plugin,['plugin'],git-info,{},354.0,354.0,7.0,https://pypi.org/project/mkdocs-git-committers-plugin,18991.0,18991.0,,8,True,1.0,,,,,['mkdocs_plugin'],,,,,,,,,,,,,,,
+30,mkdocs-coverage,coverage,,pawamoy/mkdocs-coverage,mkdocs-coverage,['plugin'],integrations,{},363.0,363.0,2.0,https://pypi.org/project/mkdocs-coverage,63546.0,63546.0,,8,True,2.0,,-10.0,,,,,,,,,,,,,,,,,,
+31,PyMdown Extensions,,,facelessuser/pymdown-extensions,pymdown-extensions,['markdown'],markdown,{},61934.0,61934.0,56.0,https://pypi.org/project/pymdown-extensions,,,,8,True,1.0,"['pymdownx.arithmatex', 'pymdownx.b64', 'pymdownx.betterem', 'pymdownx.blocks.admonition', 'pymdownx.blocks.definition', 'pymdownx.blocks.details', 'pymdownx.blocks.html', 'pymdownx.blocks.tab', 'pymdownx.caret', 'pymdownx.critic', 'pymdownx.details', 'pymdownx.emoji', 'pymdownx.escapeall', 'pymdownx.extra', 'pymdownx.highlight', 'pymdownx.inlinehilite', 'pymdownx.keys', 'pymdownx.magiclink', 'pymdownx.mark', 'pymdownx.pathconverter', 'pymdownx.progressbar', 'pymdownx.saneheaders', 'pymdownx.smartsymbols', 'pymdownx.snippets', 'pymdownx.striphtml', 'pymdownx.superfences', 'pymdownx.tabbed', 'pymdownx.tasklist', 'pymdownx.tilde']",,,,,,,,,,,,,,,,,,,
+32,mkdocs-spellcheck,spellcheck,,pawamoy/mkdocs-spellcheck,mkdocs-spellcheck,['plugin'],quality,{},88.0,88.0,7.0,https://pypi.org/project/mkdocs-spellcheck,83145.0,83145.0,,8,True,1.0,,,,,,,,,,,,,,,,,,,,
+33,codeinclude,codeinclude,,rnorth/mkdocs-codeinclude-plugin,mkdocs-codeinclude-plugin,['plugin'],snippets-include,{},197.0,197.0,5.0,https://pypi.org/project/mkdocs-codeinclude-plugin,56219.0,56219.0,A plugin to include code snippets into mkdocs pages.,8,True,1.0,,,,,,,,,,,,,,,,,,,,
+34,markdown-katex,,,,markdown-katex,['markdown'],markdown,https://gitlab.com/mbarkhau/markdown-katex,,,,https://pypi.org/project/markdown-katex,20921.0,20921.0,KaTeX extension for Python Markdown.,7,True,2.0,markdown_katex,,,,,mbarkhau/markdown-katex,https://gitlab.com/mbarkhau/markdown-katex,2019-05-14 07:53:31,4.0,4.0,13.0,11.0,0.0,2019-05-14 07:53:31.000000,,,,,,
+35,MkDocs Graphviz,,,,mkdocs-graphviz,['markdown'],charts,https://gitlab.com/rod2ik/mkdocs-graphviz,,,,https://pypi.org/project/mkdocs-graphviz,22376.0,22376.0,"A mkdocs Extension that automatically renders Graphviz images, in SVG or PNG format, within your markdown file.",7,True,1.0,mkdocs_graphviz,1.0,,,,rod2ik/mkdocs-graphviz,https://gitlab.com/rod2ik/mkdocs-graphviz,2021-05-03 14:28:32,1.0,6.0,5.0,6.0,3.0,2021-05-03 14:28:32.000000,,,,,,
+36,mkdocs_puml,plantuml,,MikhailKravets/mkdocs_puml,mkdocs-puml,['plugin'],charts,{},81.0,81.0,10.0,https://pypi.org/project/mkdocs-puml,48097.0,48097.0,,7,True,1.0,,,,,,,,,,,,,,,,,,,,
+37,document-dates,document-dates,,jaywhj/mkdocs-document-dates,mkdocs-document-dates,['plugin'],git-info,{},66.0,66.0,4.0,https://pypi.org/project/mkdocs-document-dates,19475.0,19475.0,,7,True,2.0,,,,,,,,,,,,,,,,,,,,
+38,git-revision-date-localized,git-revision-date-localized,,timvink/mkdocs-git-revision-date-localized-plugin,mkdocs-git-revision-date-localized-plugin,['plugin'],git-info,{},12792.0,12792.0,43.0,https://pypi.org/project/mkdocs-git-revision-date-localized-plugin,,,,7,True,2.0,,,,,,,,,,,,,,,,,,,,
+39,minify-html,minify_html,,monosans/mkdocs-minify-html-plugin,mkdocs-minify-html-plugin,['plugin'],html-css,{},101.0,101.0,4.0,https://pypi.org/project/mkdocs-minify-html-plugin,48002.0,48002.0,,7,True,1.0,,,,,,,,,,,,,,,,,,,,
+40,mkdocs-extra-sass-plugin,extra-sass,,orzih/mkdocs-extra-sass-plugin,mkdocs-extra-sass-plugin,['plugin'],html-css,{},94.0,94.0,,https://pypi.org/project/mkdocs-extra-sass-plugin,8724.0,8724.0,,7,True,1.0,,,,,,,,,,,,,,,,,,,,
+41,ezlinks,ezlinks,,orbikm/mkdocs-ezlinks-plugin,mkdocs-ezlinks-plugin,['plugin'],links-refs,{},177.0,177.0,,https://pypi.org/project/mkdocs-ezlinks-plugin,16320.0,16320.0,,7,True,1.0,,,,,,,,,,,,,,,,,,,,
+42,mkdocs-nav-weight,mkdocs-nav-weight,,shu307/mkdocs-nav-weight,mkdocs-nav-weight,['plugin'],nav-pages,{},134.0,134.0,4.0,https://pypi.org/project/mkdocs-nav-weight,43864.0,43864.0,,7,True,2.0,,,,,,,,,,,,,,,,,,,,
+43,mkdocs-typer2,mkdocs-typer2,,syn54x/mkdocs-typer2,mkdocs-typer2,['plugin'],api-docs,{},50.0,50.0,2.0,https://pypi.org/project/mkdocs-typer2,15275.0,15275.0,,6,True,2.0,,,,,,,,,,,,,,,,,,,,
+44,mermaid2,mermaid2,,fralau/mkdocs-mermaid2-plugin,mkdocs-mermaid2-plugin,['plugin'],charts,{},3934.0,3934.0,17.0,https://pypi.org/project/mkdocs-mermaid2-plugin,,,,6,True,2.0,,,,,,,,,,,,,,,,,,,,
+45,MkDocs GLightbox,glightbox,,blueswen/mkdocs-glightbox,mkdocs-glightbox,['plugin'],charts,{},6343.0,6343.0,9.0,https://pypi.org/project/mkdocs-glightbox,,,,6,True,2.0,,,,,,,,,,,,,,,,,,,,
+46,Lightgallery,,,g-provost/lightgallery-markdown,lightgallery,['markdown'],charts,{},109.0,109.0,6.0,https://pypi.org/project/lightgallery,3315.0,3315.0,,6,True,2.0,lightgallery,,,,,,,,,,,,,,,,,,,
+47,Entangled,entangled,,entangled/mkdocs-plugin,mkdocs-entangled-plugin,['plugin'],code-exec-templating,{},14.0,14.0,,https://pypi.org/project/mkdocs-entangled-plugin,18974.0,18974.0,,6,True,2.0,,,,,,,,,,,,,,,,,,,,
+48,Publisher for MkDocs - minifier,pub-minifier,,mkdocs-publisher/mkdocs-publisher,mkdocs-publisher,['plugin'],html-css,{},101.0,101.0,4.0,https://pypi.org/project/mkdocs-publisher,5974.0,5974.0,"Size optimization (minification) for HTML, CSS, JS, SVG, PNG and JPEG files.",6,True,2.0,,,,,,,,,,,,,,,,,,,,
+49,Publisher for MkDocs - obsidian,pub-obsidian,,mkdocs-publisher/mkdocs-publisher,mkdocs-publisher,['plugin'],integrations,{},101.0,101.0,4.0,https://pypi.org/project/mkdocs-publisher,5974.0,5974.0,"Obsidian.md integration including with support for wiki links, callouts, backlinks etc.",6,True,3.0,,,,,,,,,,,,,,,,,,,,
+50,mkdocs-redirects,redirects,,mkdocs/mkdocs-redirects,mkdocs-redirects,['plugin'],links-refs,{},7982.0,7982.0,18.0,https://pypi.org/project/mkdocs-redirects,,,,6,True,1.0,,,,,,,,,,,,,,,,,,,,
+51,Mdx Truly Sane Lists,,,radude/mdx_truly_sane_lists,mdx-truly-sane-lists,['markdown'],markdown,{},,,4.0,https://pypi.org/project/mdx-truly-sane-lists,1324181.0,1324181.0,,6,True,2.0,mdx_truly_sane_lists,,,,,,,,,,,,,,,,,,,
+52,YAML metadata,,,sivakov512/python-markdown-full-yaml-metadata,markdown-full-yaml-metadata,['markdown'],markdown,{},96.0,96.0,7.0,https://pypi.org/project/markdown-full-yaml-metadata,1983.0,1983.0,,6,True,2.0,full_yaml_metadata,,,,,,,,,,,,,,,,,,,
+53,section-index,section-index,,oprypin/mkdocs-section-index,mkdocs-section-index,['plugin'],nav-pages,{},,,3.0,https://pypi.org/project/mkdocs-section-index,1582445.0,1582445.0,,6,True,2.0,,,,,,,,,,,,,,,,,,,,
+54,mkdocs-pagetree-plugin,pagetree,,tombreit/mkdocs-pagetree-plugin,mkdocs-pagetree-plugin,['plugin'],nav-pages,{},35.0,35.0,3.0,https://pypi.org/project/mkdocs-pagetree-plugin,23868.0,23868.0,,6,True,2.0,,,,,,,,,,,,,,,,,,,,
+55,Publisher for MkDocs - meta,pub-meta,,mkdocs-publisher/mkdocs-publisher,mkdocs-publisher,['plugin'],nav-pages,{},101.0,101.0,4.0,https://pypi.org/project/mkdocs-publisher,5974.0,5974.0,Automatic navigation based on files metadata with URL name and publication status control.,6,True,2.0,,,,,,,,,,,,,,,,,,,,
+56,mkpdfs,mkpdfs,,comwes/mkpdfs-mkdocs-plugin,mkpdfs-mkdocs,['plugin'],site-conversion,{},66.0,66.0,9.0,https://pypi.org/project/mkpdfs-mkdocs,1333.0,1333.0,,6,True,2.0,,-10.0,,,,,,,,,,,,,,,,,,
+57,mike,mike,,jimporter/mike,mike,['plugin'],site-management,{},6819.0,6819.0,9.0,https://pypi.org/project/mike,,,,6,True,1.0,,,,,,,,,,,,,,,,,,,,
+58,Publisher for MkDocs - debugger,pub-debugger,,mkdocs-publisher/mkdocs-publisher,mkdocs-publisher,['plugin'],site-management,{},101.0,101.0,4.0,https://pypi.org/project/mkdocs-publisher,5974.0,5974.0,Advanced console and file logger from build and serve process.,6,True,1.0,,,,,,,,,,,,,,,,,,,,
+59,include-markdown,include-markdown,,mondeja/mkdocs-include-markdown-plugin,mkdocs-include-markdown-plugin,['plugin'],snippets-include,{},4105.0,4105.0,18.0,https://pypi.org/project/mkdocs-include-markdown-plugin,,,,6,True,2.0,,,,,,,,,,,,,,,,,,,,
+60,Markdown-Include,,,cmacmackin/markdown-include,markdown-include,['markdown'],snippets-include,{},8045.0,8045.0,12.0,https://pypi.org/project/markdown-include,,,,6,True,2.0,markdown_include.include,,,,,,,,,,,,,,,,,,,
+61,Markdown Grid Tables,,,,markdown-grid-tables,['markdown'],markdown,https://gitlab.com/WillDaSilva/markdown_grid_tables,,,,https://pypi.org/project/markdown-grid-tables,58369.0,58369.0,[Python-Markdown](https://python-markdown.github.io/) [extension](https://python-markdown.github.io/extensions/api/)..,5,True,2.0,markdown_grid_tables,,,,,WillDaSilva/markdown_grid_tables,https://gitlab.com/WillDaSilva/markdown_grid_tables,2022-02-09 02:39:55,7.0,3.0,1.0,1.0,0.0,2022-02-09 02:39:55.000000,,,,,,
+62,Bootswatch,,,mkdocs/mkdocs-bootswatch,mkdocs-bootswatch,['theme'],theming,{},1271.0,1271.0,10.0,https://pypi.org/project/mkdocs-bootswatch,,,,5,True,2.0,,,"['cerulean', 'cosmo', 'cyborg', 'darkly', 'flatly', 'journal', 'litera', 'lumen', 'lux', 'materia', 'minty', 'pulse', 'sandstone', 'simplex', 'slate', 'solar', 'spacelab', 'superhero', 'united', 'yeti']",,,,,,,,,,,,,,,,,
+63,MkAutoDoc,,,tomchristie/mkautodoc,mkautodoc,['markdown'],api-docs,{},,,7.0,https://pypi.org/project/mkautodoc,18973.0,18973.0,,5,True,2.0,mkautodoc,,,BSD,,,,,,,,,,,,,,,,
+64,mkdocstrings-shell,,,mkdocstrings/shell,,,api-docs,{},75.0,75.0,,,,,,5,True,2.0,,,,ISC,,,,,,,,,,,,,,,,
+65,MkDocs Video,mkdocs-video,,soulless-viewer/mkdocs-video,mkdocs-video,['plugin'],charts,{},1166.0,1166.0,5.0,https://pypi.org/project/mkdocs-video,,,,5,True,2.0,,,,,,,,,,,,,,,,,,,,
+66,markdownextradata,markdownextradata,,rosscdh/mkdocs-markdownextradata-plugin,mkdocs-markdownextradata-plugin,['plugin'],code-exec-templating,{},1664.0,1664.0,12.0,https://pypi.org/project/mkdocs-markdownextradata-plugin,,,,5,True,2.0,,,,,,,,,,,,,,,,,,,,
+67,markdown-filter,markdown-filter,,byrnereese/mkdocs-markdown-filter,mkdocs-markdown-filter,['plugin'],code-exec-templating,{},41.0,41.0,,https://pypi.org/project/mkdocs-markdown-filter,5299.0,5299.0,,5,True,2.0,,,,,,,,,,,,,,,,,,,,
+68,markdown-exec,markdown-exec,{'plugins.markdown-exec.ansi': 'markdown-exec[ansi]'},pawamoy/markdown-exec,markdown-exec,['plugin'],code-exec-templating,{},867.0,867.0,6.0,https://pypi.org/project/markdown-exec,,,,5,True,2.0,,,,,,,,,,,,,,,,,,,,
+69,git-revision-date,git-revision-date,,zhaoterryy/mkdocs-git-revision-date-plugin,mkdocs-git-revision-date-plugin,['plugin'],git-info,{},3036.0,3036.0,7.0,https://pypi.org/project/mkdocs-git-revision-date-plugin,,,,5,True,2.0,,,,,,,,,,,,,,,,,,,,
+70,git-authors,git-authors,,timvink/mkdocs-git-authors-plugin,mkdocs-git-authors-plugin,['plugin'],git-info,{},1965.0,1965.0,17.0,https://pypi.org/project/mkdocs-git-authors-plugin,,,,5,True,2.0,,,,,,,,,,,,,,,,,,,,
+71,bootstrap-tables,bootstrap-tables,,byrnereese/mkdocs-bootstrap-tables-plugin,mkdocs-bootstrap-tables-plugin,['plugin'],html-css,{},114.0,114.0,,https://pypi.org/project/mkdocs-bootstrap-tables-plugin,574.0,574.0,,5,True,2.0,,,,,,,,,,,,,,,,,,,,
+72,mkdocs-alias-plugin,alias,,eddyluten/mkdocs-alias-plugin,mkdocs-alias-plugin,['plugin'],links-refs,{},40.0,40.0,6.0,https://pypi.org/project/mkdocs-alias-plugin,3441.0,3441.0,,5,True,2.0,,,,,,,,,,,,,,,,,,,,
+73,mkdocs-simple-hooks,mkdocs-simple-hooks,,aklajnert/mkdocs-simple-hooks,mkdocs-simple-hooks,['plugin'],nav-pages,{},2330.0,2330.0,6.0,https://pypi.org/project/mkdocs-simple-hooks,,,,5,True,2.0,,,,,,,,,,,,,,,,,,,,
+74,schema-reader,schema_reader,,magicaljellybeans/mkdocs_schema_reader,mkdocs-schema-reader,['plugin'],nav-pages,{},,,3.0,https://pypi.org/project/mkdocs-schema-reader,3579.0,3579.0,,5,True,2.0,,,,MIT,,,,,,,,,,,,,,,,
+75,mkdocs-categories-plugin,categories,,eddyluten/mkdocs-categories-plugin,mkdocs-categories-plugin,['plugin'],nav-pages,{},24.0,24.0,,https://pypi.org/project/mkdocs-categories-plugin,2707.0,2707.0,,5,True,2.0,,,,,,,,,,,,,,,,,,,,
+76,mktestdocs,,,koaning/mktestdocs,mktestdocs,[],quality,{},,,6.0,https://pypi.org/project/mktestdocs,65356.0,65356.0,,5,True,2.0,,,,,,,,,,,,,,,,,,,,
+77,mkdocs-with-pdf,with-pdf,,orzih/mkdocs-with-pdf,mkdocs-with-pdf,['plugin'],site-conversion,{},927.0,927.0,6.0,https://pypi.org/project/mkdocs-with-pdf,,,,5,True,2.0,,,,,,,,,,,,,,,,,,,,
+78,print-site,print-site,,timvink/mkdocs-print-site-plugin,mkdocs-print-site-plugin,['plugin'],site-conversion,{},,,17.0,https://pypi.org/project/mkdocs-print-site-plugin,195268.0,195268.0,,5,True,2.0,,,,,,,,,,,,,,,,,,,,
+79,mkdocs-pandoc,,,jgrassler/mkdocs-pandoc,mkdocs-pandoc,[],site-conversion,{},78.0,78.0,4.0,https://pypi.org/project/mkdocs-pandoc,516.0,516.0,,5,True,2.0,,,,,,,,,,,,,,,,,,,,
+80,monorepo,monorepo,,backstage/mkdocs-monorepo-plugin,mkdocs-monorepo-plugin,['plugin'],site-management,{},689.0,689.0,32.0,https://pypi.org/project/mkdocs-monorepo-plugin,,,,5,True,2.0,,,,,,,,,,,,,,,,,,,,
+81,no-sitemap,no-sitemap,,leonardehrenfried/mkdocs-no-sitemap-plugin,mkdocs-no-sitemap-plugin,['plugin'],site-management,{},56.0,56.0,2.0,https://pypi.org/project/mkdocs-no-sitemap-plugin,2649.0,2649.0,,5,True,2.0,,,,,,,,,,,,,,,,,,,,
+82,techdocs-core,techdocs-core,,backstage/mkdocs-techdocs-core,mkdocs-techdocs-core,['plugin'],site-management,{},224.0,224.0,51.0,https://pypi.org/project/mkdocs-techdocs-core,,,,5,True,2.0,,,,,,,,,,,,,,,,,,,,
+83,mkdocs-embed-external-markdown,external-markdown,,fire1ce/mkdocs-embed-external-markdown,mkdocs-embed-external-markdown,['plugin'],snippets-include,{},176.0,176.0,7.0,https://pypi.org/project/mkdocs-embed-external-markdown,,,,5,True,3.0,,,,MIT,,,,,,,,,,,,,,,,
+84,meta-descriptions,meta-descriptions,,prcr/mkdocs-meta-descriptions-plugin,mkdocs-meta-descriptions-plugin,['plugin'],snippets-include,{},1278.0,1278.0,3.0,https://pypi.org/project/mkdocs-meta-descriptions-plugin,,,,5,True,3.0,,,,,,,,,,,,,,,,,,,,
+85,BOOTSTRAP386,,,,mkdocs-bootstrap386,['theme'],theming,https://gitlab.com/lramage/mkdocs-bootstrap386,,,,https://pypi.org/project/mkdocs-bootstrap386,,,A vintage 1980s DOS inspired Twitter Bootstrap theme for MkDocs https://lramage.gitlab.io/mkdocs-bootstrap386.,4,True,2.0,,,bootstrap386,,,lramage/mkdocs-bootstrap386,https://gitlab.com/lramage/mkdocs-bootstrap386,2018-06-06 02:30:09,3.0,4.0,3.0,37.0,1.0,2018-06-06 02:30:09.000000,,,,,,
+86,GitBook,,,,mkdocs-gitbook,['theme'],theming,https://gitlab.com/lramage/mkdocs-gitbook-theme,,,,https://pypi.org/project/mkdocs-gitbook,,,Default theme for GitBook for Mkdocs https://lramage.gitlab.io/mkdocs-gitbook-theme.,4,True,2.0,,,gitbook,,,lramage/mkdocs-gitbook-theme,https://gitlab.com/lramage/mkdocs-gitbook-theme,2018-12-17 18:29:14,15.0,9.0,10.0,31.0,0.0,2018-12-17 18:29:14.000000,,,,,,
+87,Bootstrap,,,mkdocs/mkdocs-bootstrap,mkdocs-bootstrap,['theme'],theming,{},523.0,523.0,6.0,https://pypi.org/project/mkdocs-bootstrap,,,,4,True,2.0,,,bootstrap,,,,,,,,,,,,,,,,,
+88,mkdocs-typer,,,bruce-szalwinski/mkdocs-typer,mkdocs-typer,['markdown'],api-docs,{},,,,https://pypi.org/project/mkdocs-typer,22460.0,22460.0,,4,True,2.0,mkdocs-typer,,,,,,,,,,,,,,,,,,,
+89,mkdocstrings-crystal,,,mkdocstrings/crystal,mkdocstrings-crystal,,api-docs,{},,,3.0,https://pypi.org/project/mkdocstrings-crystal,17942.0,17942.0,,4,True,2.0,,,,,,,,,,,,,,,,,,,,
+90,mkdocs-material-adr,mkdocs-material-adr/adr,,Kl0ven/mkdocs-material-adr,mkdocs-material-adr,['plugin'],api-docs,{},12.0,12.0,2.0,https://pypi.org/project/mkdocs-material-adr,3740.0,3740.0,,4,True,2.0,,,,,,,,,,,,,,,,,,,,
+91,Blogs for MkDocs,blog,,fmaida/mkdocs-blog-plugin,mkdocs-blog-plugin,['plugin'],blogging,{},225.0,225.0,,https://pypi.org/project/mkdocs-blog-plugin,,,,4,True,1.0,,,,,['mkdocs_plugin'],,,,,,,,,,,,,,,
+92,mkdocs-blogging-plugin,blogging,,liang2kl/mkdocs-blogging-plugin,mkdocs-blogging-plugin,['plugin'],blogging,{},321.0,321.0,7.0,https://pypi.org/project/mkdocs-blogging-plugin,,,,4,True,1.0,,,,,,,,,,,,,,,,,,,,
+93,charts,charts,,timvink/mkdocs-charts-plugin,mkdocs-charts-plugin,['plugin'],charts,{},,,5.0,https://pypi.org/project/mkdocs-charts-plugin,23973.0,23973.0,,4,True,2.0,,,,,,,,,,,,,,,,,,,,
+94,mknotebooks,mknotebooks,,greenape/mknotebooks,mknotebooks,['plugin'],code-exec-templating,{},798.0,798.0,14.0,https://pypi.org/project/mknotebooks,,,,4,True,3.0,,,,,,,,,,,,,,,,,,,,
+95,user-defined-values,user-defined-values,,rahult/mkdocs-user-defined-values,mkdocs-user-defined-values,['plugin'],code-exec-templating,{},15.0,15.0,3.0,https://pypi.org/project/mkdocs-user-defined-values,,,,4,True,3.0,,,,MIT,,,,,,,,,,,,,,,,
+96,mkdocs_protobuf,mkdocs_protobuf,,rymurr/mkdocs-protobuf,mkdocs-protobuf,['plugin'],code-exec-templating,{},,,2.0,https://pypi.org/project/mkdocs-protobuf,4254.0,4254.0,Mkdocs plugin to render protobuf messages.,4,True,3.0,,,,Apache-2,,,,,,,,,,,,,,,,
+97,Termynal,termynal,,termynal/termynal.py,termynal,['plugin'],code-exec-templating,{},,,8.0,https://pypi.org/project/termynal,44656.0,44656.0,,4,True,3.0,,,,,,,,,,,,,,,,,,,,
+98,Github-Links,,,Python-Markdown/github-links,mdx-gh-links,['markdown'],git-info,{},,,5.0,https://pypi.org/project/mdx-gh-links,21495.0,21495.0,,4,True,3.0,mdx_gh_links,,,,,,,,,,,,,,,,,,,
+99,enumerate-headings,enumerate-headings,,timvink/mkdocs-enumerate-headings-plugin,mkdocs-enumerate-headings-plugin,['plugin'],html-css,{},396.0,396.0,6.0,https://pypi.org/project/mkdocs-enumerate-headings-plugin,,,,4,True,3.0,,,,,,,,,,,,,,,,,,,,
+100,mkdocs-link-embeds,link-embeds,,Aetherinox/mkdocs-link-embeds,mkdocs-link-embeds-plugin,['plugin'],html-css,{},11.0,11.0,,https://pypi.org/project/mkdocs-link-embeds-plugin,357.0,357.0,,4,True,3.0,,,,,,,,,,,,,,,,,,,,
+101,mkdocs-copy-to-llm,copy-to-llm,,leonardocustodio/mkdocs-copy-to-llm,mkdocs-copy-to-llm,['plugin'],integrations,{},6.0,6.0,4.0,https://pypi.org/project/mkdocs-copy-to-llm,2072.0,2072.0,,4,True,3.0,,,,,,,,,,,,,,,,,,,,
+102,Autolink References,autolink_references,,theskumar/autolink-references-mkdocs-plugin,autolink-references-mkdocs-plugin,['plugin'],links-refs,{},,,3.0,https://pypi.org/project/autolink-references-mkdocs-plugin,11323.0,11323.0,,4,True,2.0,,,,,,,,,,,,,,,,,,,,
+103,ezglossary,ezglossary,,realtimeprojects/mkdocs-ezglossary,mkdocs-ezglossary-plugin,['plugin'],links-refs,{},,,6.0,https://pypi.org/project/mkdocs-ezglossary-plugin,10692.0,10692.0,,4,True,2.0,,,,,,,,,,,,,,,,,,,,
+104,roamlinks,roamlinks,,Jackiexiao/mkdocs-roamlinks-plugin,mkdocs-roamlinks-plugin,['plugin'],links-refs,{},,,10.0,https://pypi.org/project/mkdocs-roamlinks-plugin,31822.0,31822.0,,4,True,2.0,,,,,,,,,,,,,,,,,,,,
+105,abs-to-rel,abs-to-rel,,sander76/mkdocs-abs-rel-plugin,mkdocs-abs-rel-plugin,['plugin'],links-refs,{},38.0,38.0,2.0,https://pypi.org/project/mkdocs-abs-rel-plugin,4712.0,4712.0,,4,True,2.0,,,,,,,,,,,,,,,,,,,,
+106,htmlproofer,htmlproofer,,manuzhang/mkdocs-htmlproofer-plugin,mkdocs-htmlproofer-plugin,['plugin'],links-refs,{},736.0,736.0,16.0,https://pypi.org/project/mkdocs-htmlproofer-plugin,,,,4,True,2.0,,,,,,,,,,,,,,,,,,,,
+107,Wikilink Plus,,,neurobin/mdx_wikilink_plus,mdx-wikilink-plus,['markdown'],links-refs,{},,,5.0,https://pypi.org/project/mdx-wikilink-plus,13416.0,13416.0,,4,True,2.0,mdx_wikilink_plus,,,,,,,,,,,,,,,,,,,
+108,Breakless Lists,,,adamb70/mdx-breakless-lists,mdx-breakless-lists,['markdown'],markdown,{},,,,https://pypi.org/project/mdx-breakless-lists,35598.0,35598.0,,4,True,2.0,mdx_breakless_lists,,,,,,,,,,,,,,,,,,,
+109,MarkdownSuperscript,,,jambonrose/markdown_superscript_extension,MarkdownSuperscript,['markdown'],markdown,{},47.0,47.0,2.0,https://pypi.org/project/MarkdownSuperscript,329.0,329.0,,4,True,2.0,superscript,,,,,,,,,,,,,,,,,,,
+110,Markdown PyCon,,,pawamoy/markdown-pycon,,['markdown'],markdown,{},11.0,11.0,,,,,,4,True,2.0,pycon,,,ISC,,,,,,,,,,,,,,,,
+111,toc-sidebar,toc-sidebar,,zachhannum/mkdocs-toc-sidebar-plugin,mkdocs-toc-sidebar-plugin,['plugin'],nav-pages,{},54.0,54.0,2.0,https://pypi.org/project/mkdocs-toc-sidebar-plugin,440.0,440.0,,4,True,3.0,,,,,,,,,,,,,,,,,,,,
+112,mkdocs-title-casing-plugin,title-casing,,mattchristopher314/mkdocs-title-casing-plugin,mkdocs-title-casing-plugin,['plugin'],nav-pages,{},11.0,11.0,,https://pypi.org/project/mkdocs-title-casing-plugin,643.0,643.0,,4,True,3.0,,,,,,,,,,,,,,,,,,,,
+113,exclude-search,exclude-search,,chrieke/mkdocs-exclude-search,mkdocs-exclude-search,['plugin'],search-toc,{},,,6.0,https://pypi.org/project/mkdocs-exclude-search,51449.0,51449.0,,4,True,1.0,,,,,,,,,,,,,,,,,,,,
+114,markdown-docs,,,ldeluigi/markdown-docs,,['project'],site-management,{},111.0,111.0,6.0,,,,Generates documentation based on Markdown files and PlantUML syntax.,4,True,2.0,,,,,,,,,,,,,,2026-07-01 09:06:32.463778,deloo/markdown-docs,https://hub.docker.com/r/deloo/markdown-docs,2026-07-01 09:06:32.463778,49479.0,,
+115,MkDocs Merge,,,ovasquez/mkdocs-merge,mkdocs-merge,[],site-management,{},9.0,9.0,3.0,https://pypi.org/project/mkdocs-merge,3487.0,3487.0,,4,True,2.0,,-10.0,,,,,,,,,,,,,,,,,,
+116,same-dir,same-dir,,oprypin/mkdocs-same-dir,mkdocs-same-dir,['plugin'],site-management,{},570.0,570.0,3.0,https://pypi.org/project/mkdocs-same-dir,,,,4,True,2.0,,,,,,,,,,,,,,,,,,,,
+117,snippet,snippet,,mprivat/mkdocs-snippet-plugin,mkdocs-snippet-plugin,['plugin'],snippets-include,{},23.0,23.0,4.0,https://pypi.org/project/mkdocs-snippet-plugin,960.0,960.0,,4,True,3.0,,,,,,,,,,,,,,,,,,,,
+118,KPN for MkDocs,,,kpn/mkdocs-kpn-theme,mkdocs-kpn,['theme'],theming,{},8.0,8.0,9.0,https://pypi.org/project/mkdocs-kpn,721.0,721.0,,3,True,2.0,,,kpn,,,,,,,,,,,,,,,,,
+119,Nature,,,waylan/mkdocs-nature,mkdocs-nature,['theme'],theming,{},52.0,52.0,3.0,https://pypi.org/project/mkdocs-nature,,,,3,True,2.0,,,nature,,,,,,,,,,,,,,,,,
+120,Simple Blog,,,FernandoCelmer/mkdocs-simple-blog,mkdocs-simple-blog,['theme'],theming,{},97.0,97.0,5.0,https://pypi.org/project/mkdocs-simple-blog,,,,3,True,2.0,,,simple-blog,,,,,,,,,,,,,,,,,
+121,Terminal for MkDocs,['terminal/md-to-html'],,ntno/mkdocs-terminal,mkdocs-terminal,['theme'],theming,{},168.0,168.0,4.0,https://pypi.org/project/mkdocs-terminal,,,,3,True,2.0,,,terminal,,,,,,,,,,,,,,,,,
+122,Dracula,,,dracula/mkdocs,mkdocs-dracula-theme,['theme'],theming,{},155.0,155.0,5.0,https://pypi.org/project/mkdocs-dracula-theme,,,,3,True,2.0,,,dracula,,,,,,,,,,,,,,,,,
+123,mkdocs-curriculum-vitae,,,Paul-Riviere/mkdocs-curriculum-vitae,mkdocs-curriculum-vitae,['theme'],theming,{},3.0,3.0,3.0,https://pypi.org/project/mkdocs-curriculum-vitae,168.0,168.0,,3,True,2.0,,,curriculum-vitae,,,,,,,,,,,,,,,,,
+124,Shadcn,"['shadcn/search', 'shadcn/excalidraw']",,asiffer/mkdocs-shadcn,mkdocs-shadcn,"['theme', 'plugin']",theming,{},90.0,90.0,6.0,https://pypi.org/project/mkdocs-shadcn,,,,3,True,2.0,,,shadcn,,,,,,,,,,,,,,,,,
+125,inari,inari,,tkamenoko/inari,inari,['plugin'],api-docs,{},9.0,9.0,,https://pypi.org/project/inari,155.0,155.0,,3,True,3.0,,,,,,,,,,,,,,,,,,,,
+126,mktheapidocs,mktheapidocs,,greenape/mktheapidocs,mktheapidocs,['plugin'],api-docs,{},,,6.0,https://pypi.org/project/mktheapidocs,1365.0,1365.0,,3,True,3.0,,,,,,,,,,,,,,,,,,,,
+127,mkdocs-api-autonav,api-autonav,,tlambert03/mkdocs-api-autonav,mkdocs-api-autonav,['plugin'],api-docs,{},293.0,293.0,2.0,https://pypi.org/project/mkdocs-api-autonav,,,,3,True,3.0,,,,,,,,,,,,,,,,,,,,
+128,newsletter,mkdocs-newsletter,,lyz-code/mkdocs-newsletter,mkdocs-newsletter,['plugin'],blogging,{},81.0,81.0,3.0,https://pypi.org/project/mkdocs-newsletter,,,,3,True,3.0,,,,,,,,,,,,,,,,,,,,
+129,Publisher for MkDocs - blog,pub-blog,,mkdocs-publisher/mkdocs-publisher,mkdocs-publisher,['plugin'],blogging,{},101.0,101.0,4.0,https://pypi.org/project/mkdocs-publisher,,,"Blogging engine with support for categories, tags and archive.",3,True,3.0,,,,,,,,,,,,,,,,,,,,
+130,build-plantuml,build_plantuml,,quantorconsulting/mkdocs_build_plantuml,mkdocs-build-plantuml-plugin,['plugin'],charts,{},147.0,147.0,14.0,https://pypi.org/project/mkdocs-build-plantuml-plugin,,,,3,True,2.0,,,,,,,,,,,,,,,,,,,,
+131,kroki,kroki,,AVATEAM-IT-SYSTEMHAUS/mkdocs-kroki-plugin,mkdocs-kroki-plugin,['plugin'],charts,{},93.0,93.0,19.0,https://pypi.org/project/mkdocs-kroki-plugin,,,,3,True,2.0,,,,,,,,,,,,,,,,,,,,
+132,Markdown blockdiag,,,gisce/markdown-blockdiag,markdown-blockdiag,['markdown'],charts,{},149.0,149.0,5.0,https://pypi.org/project/markdown-blockdiag,,,,3,True,2.0,markdown_blockdiag,,,,,,,,,,,,,,,,,,,
+133,markdown-captions,,,Evidlo/markdown_captions,markdown-captions,['markdown'],charts,{},197.0,197.0,2.0,https://pypi.org/project/markdown-captions,,,,3,True,2.0,markdown_captions,,,,,,,,,,,,,,,,,,,
+134,Interactive Graph,obsidian-interactive-graph,,daxcore/mkdocs-obsidian-interactive-graph-plugin,mkdocs-obsidian-interactive-graph-plugin,['plugin'],charts,{},53.0,53.0,4.0,https://pypi.org/project/mkdocs-obsidian-interactive-graph-plugin,,,,3,True,2.0,,,,,,,,,,,,,,,,,,,,
+135,panzoom,panzoom,,PLAYG0N/mkdocs-panzoom,mkdocs-panzoom-plugin,['plugin'],charts,{},75.0,75.0,7.0,https://pypi.org/project/mkdocs-panzoom-plugin,,,,3,True,2.0,,,,,,,,,,,,,,,,,,,,
+136,mkdocs-markmap,markmap,,markmap/mkdocs-markmap,mkdocs-markmap,['plugin'],code-exec-templating,{},,,3.0,https://pypi.org/project/mkdocs-markmap,2440.0,2440.0,,3,True,3.0,,,,,,,,,,,,,,,,,,,,
+137,mkdocs-jupyterlite,jupyterlite,,NickCrews/mkdocs-jupyterlite,mkdocs-jupyterlite,['plugin'],code-exec-templating,{},,,3.0,https://pypi.org/project/mkdocs-jupyterlite,6278.0,6278.0,,3,True,3.0,,,,,,,,,,,,,,,,,,,,
+138,codeyaml,codeyaml,,textileio/mkdocs-codeyaml-plugin,mkdocs-codeyaml-plugin,['plugin'],code-exec-templating,{},2.0,2.0,,https://pypi.org/project/mkdocs-codeyaml-plugin,69.0,69.0,,3,True,3.0,,,,MIT,,,,,,,,,,,,,,,,
+139,mkdocs-data-plugin,data,,joapuiib/mkdocs-data-plugin,mkdocs-data-plugin,['plugin'],code-exec-templating,{},5.0,5.0,,https://pypi.org/project/mkdocs-data-plugin,,,,3,True,3.0,,,,MIT,,,,,,,,,,,,,,,,
+140,add-number,add-number,,ignorantshr/mkdocs-add-number-plugin,mkdocs-add-number-plugin,['plugin'],html-css,{},54.0,54.0,3.0,https://pypi.org/project/mkdocs-add-number-plugin,,,,3,True,3.0,,,,,,,,,,,,,,,,,,,,
+141,Publisher for MkDocs - social,pub-social,,mkdocs-publisher/mkdocs-publisher,mkdocs-publisher,['plugin'],html-css,{},101.0,101.0,4.0,https://pypi.org/project/mkdocs-publisher,,,Social media sharing helper.,3,True,3.0,,,,,,,,,,,,,,,,,,,,
+142,MkDocs Pygments,pygments,,pawamoy/mkdocs-pygments,,['plugin'],html-css,{},7.0,7.0,,,,,,3,True,3.0,,,,ISC,,,,,,,,,,,,,,,,
+143,mkdocs-ai-summary,ai-summary,,AIboy996/mkdocs-ai-summary,mkdocs-ai-summary,['plugin'],html-css,https://aiboy996.github.io/mkdocs-ai-summary/,4.0,4.0,,https://pypi.org/project/mkdocs-ai-summary,,,,3,True,3.0,,,,MIT,,,,,,,,,,,,,,,,
+144,Mkdocs-Addresses,mkdocs-addresses,,,mkdocs-addresses,['plugin'],links-refs,https://gitlab.com/frederic-zinelli/mkdocs-addresses,,,,https://pypi.org/project/mkdocs-addresses,145.0,145.0,"Mkdocs plugin, building automatically the appropriate relative paths (to images, links, anchors, ...) using..",3,True,3.0,,,,,,frederic-zinelli/mkdocs-addresses,https://gitlab.com/frederic-zinelli/mkdocs-addresses,2023-07-13 16:32:15,0.0,1.0,,,0.0,2023-07-13 16:32:15.000000,,,,,,
+145,tooltipster-links,tooltipster-links,,zachhannum/mkdocs-tooltipster-links-plugin,mkdocs-tooltipster-links-plugin,['plugin'],links-refs,{},31.0,31.0,,https://pypi.org/project/mkdocs-tooltipster-links-plugin,102.0,102.0,,3,True,3.0,,,,,,,,,,,,,,,,,,,,
+146,link-marker,link-marker,,timmeinerzhagen/mkdocs-link-marker,mkdocs-link-marker,['plugin'],links-refs,{},53.0,53.0,3.0,https://pypi.org/project/mkdocs-link-marker,,,,3,True,3.0,,,,,,,,,,,,,,,,,,,,
+147,mkdocs-open-in-new-tab,open-in-new-tab,,JakubAndrysek/mkdocs-open-in-new-tab,mkdocs-open-in-new-tab,['plugin'],links-refs,{},730.0,730.0,2.0,https://pypi.org/project/mkdocs-open-in-new-tab,,,,3,True,3.0,,,,,,,,,,,,,,,,,,,,
+148,mkdocs-site-urls,site-urls,,OctoPrint/mkdocs-site-urls,mkdocs-site-urls,['plugin'],links-refs,{},,,2.0,https://pypi.org/project/mkdocs-site-urls,23898.0,23898.0,,3,True,3.0,,,,,,,,,,,,,,,,,,,,
+149,markdown-callouts,,,oprypin/markdown-callouts,markdown-callouts,['markdown'],markdown,{},748.0,748.0,2.0,https://pypi.org/project/markdown-callouts,,,,3,True,3.0,"['callouts', 'github-callouts']",,,,,,,,,,,,,,,,,,,
+150,Tweetable quotes,,,max-arnold/markdown-tweetable,markdown-tweetable,['markdown'],markdown,{},5.0,5.0,,https://pypi.org/project/markdown-tweetable,165.0,165.0,,3,True,3.0,tweetable.extension,,,,,,,,,,,,,,,,,,,
+151,caption,,,flywire/caption,,['markdown'],markdown,{},72.0,72.0,4.0,,,,,3,True,3.0,"['caption', 'image_captions', 'table_captions']",,,,,,,,,,,,,,,,,,,
+152,vim-md-tags,vim-md-tags,,zachhannum/mkdocs-vim-md-tags-plugin,mkdocs-vim-md-tags-plugin,['plugin'],nav-pages,{},12.0,12.0,4.0,https://pypi.org/project/mkdocs-vim-md-tags-plugin,66.0,66.0,,3,True,3.0,,,,,,,,,,,,,,,,,,,,
+153,localsearch,localsearch,,wilhelmer/mkdocs-localsearch,mkdocs-localsearch,['plugin'],search-toc,{},107.0,107.0,6.0,https://pypi.org/project/mkdocs-localsearch,,,,3,True,3.0,,,,,,,,,,,,,,,,,,,,
+154,mkdocs-exporter,exporter,,adrienbrignon/mkdocs-exporter,mkdocs-exporter,['plugin'],site-conversion,{},51.0,51.0,4.0,https://pypi.org/project/mkdocs-exporter,,,,3,True,3.0,,,,,,,,,,,,,,,,,,,,
+155,simple,simple,,athackst/mkdocs-simple-plugin,mkdocs-simple-plugin,['plugin'],site-management,{},64.0,64.0,8.0,https://pypi.org/project/mkdocs-simple-plugin,,,,3,True,3.0,,,,,,,,,,,,,,,,,,,,
+156,mkdocs-versioning,mkdocs-versioning,,zayd62/mkdocs-versioning,mkdocs-versioning,['plugin'],site-management,{},181.0,181.0,5.0,https://pypi.org/project/mkdocs-versioning,,,,3,True,3.0,,,,,,,,,,,,,,,,,,,,
+157,markdown-version-annotations,,,glennmatthews/markdown-version-annotations,markdown-version-annotations,['markdown'],snippets-include,{},104.0,104.0,,https://pypi.org/project/markdown-version-annotations,,,,3,True,3.0,markdown_version_annotations,,,,,,,,,,,,,,,,,,,
+158,MkHack3rs,,,,,['project'],charts,https://eskool.gitlab.io/mkhack3rs/,,,,,,,Hacks & Integrations for Mkdocs / Material Theme.,2,True,3.0,,,,,,eskool/mkhack3rs,https://gitlab.com/eskool/mkhack3rs,2021-05-01 11:44:57,1.0,,,4.0,0.0,2021-05-01 11:44:57.000000,,,,,,
+159,Windmill Dark,,,noraj/mkdocs-windmill-dark,mkdocs-windmill-dark,['theme'],theming,{},,,4.0,https://pypi.org/project/mkdocs-windmill-dark,459.0,459.0,,2,True,3.0,,,windmill-dark,,,,,,,,,,,,,,,,,
+160,mkdocs-theme-topdf,,,kuri65536/mkdocs-theme-topdf,mkdocs-theme-topdf,['theme'],theming,{},4.0,4.0,,https://pypi.org/project/mkdocs-theme-topdf,90.0,90.0,,2,True,3.0,,,topdf,,,,,,,,,,,,,,,,,
+161,CustomMill,,,Siphalor/mkdocs-custommill,mkdocs-custommill,['theme'],theming,{},24.0,24.0,8.0,https://pypi.org/project/mkdocs-custommill,,,,2,True,3.0,,,custommill,,,,,,,,,,,,,,,,,
+162,GitHub,,,g3xx/mkdocs-Github,mkdocs-github,['theme'],theming,{},13.0,13.0,,https://pypi.org/project/mkdocs-github,,,,2,True,3.0,,,github,,,,,,,,,,,,,,,,,
+163,SWAN,,,swan-cern/mkdocs-swan,mkdocs-swan,['theme'],theming,{},12.0,12.0,5.0,https://pypi.org/project/mkdocs-swan,,,,2,True,3.0,,,swan,,,,,,,,,,,,,,,,,
+164,Moonstone,,,byrnereese/mkdocs-moonstone,mkdocs-moonstone,['theme'],theming,{},18.0,18.0,,https://pypi.org/project/mkdocs-moonstone,,,,2,True,3.0,,,moonstone,,,,,,,,,,,,,,,,,
+165,mkdocs-typedoc,typedoc,,JakubAndrysek/mkdocs-typedoc,mkdocs-typedoc,['plugin'],api-docs,{},,,2.0,https://pypi.org/project/mkdocs-typedoc,1294.0,1294.0,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+166,mkdocstrings-matlab,,,watermarkhu/mkdocstrings-matlab,mkdocstrings-matlab,,api-docs,{},2.0,2.0,5.0,https://pypi.org/project/mkdocstrings-matlab,436.0,436.0,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+167,mkdocs-autoapi,mkdocs-autoapi,,jcayers20/mkdocs-autoapi,mkdocs-autoapi,['plugin'],api-docs,{},136.0,136.0,2.0,https://pypi.org/project/mkdocs-autoapi,,,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+168,markdownmermaid,markdownmermaid,,pugong/mkdocs-mermaid-plugin,mkdocs-mermaid-plugin,['plugin'],charts,{},138.0,138.0,2.0,https://pypi.org/project/mkdocs-mermaid-plugin,,,A MkDocs plugin that support mermaid graph in markdown file.,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+169,markdownwavedrom,markdownwavedrom,,kuri65536/mkdocs-wavedrom-plugin,mkdocs-wavedrom-plugin,['plugin'],charts,{},16.0,16.0,,https://pypi.org/project/mkdocs-wavedrom-plugin,,,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+170,Termage,termage,,bczsalba/Termage,Termage,['plugin'],charts,{},3.0,3.0,,https://pypi.org/project/Termage,69.0,69.0,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+171,mkdocs-resize-images,resize-images,,JakubAndrysek/mkdocs-resize-images,mkdocs-resize-images,['plugin'],charts,{},13.0,13.0,,https://pypi.org/project/mkdocs-resize-images,,,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+172,mkdocs-d2-plugin,d2,,landmaj/mkdocs-d2-plugin,mkdocs-d2-plugin,['plugin'],charts,{},37.0,37.0,4.0,https://pypi.org/project/mkdocs-d2-plugin,,,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+173,oEmbedPy,oembedpy,,attakei/oEmbedPy,oEmbedPy,['plugin'],charts,https://oembedpy.readthedocs.io/en/stable/integrations/mkdocs/,17.0,17.0,2.0,https://pypi.org/project/oEmbedPy,,,MkDocs plugin to render rich contents from URL by oEmbed API.,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+174,nbconvert,nbconvert,,tanbro/mkdocs-nbconvert,mkdocs-nbconvert,['plugin'],code-exec-templating,{},11.0,11.0,5.0,https://pypi.org/project/mkdocs-nbconvert,,,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+175,mkjsfiddle,jsfiddle,,stadiamaps/mkjsfiddle,mkjsfiddle,['plugin'],code-exec-templating,{},3.0,3.0,,https://pypi.org/project/mkjsfiddle,72.0,72.0,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+176,placeholder,placeholder,,six-two/mkdocs-placeholder-plugin,mkdocs-placeholder-plugin,['plugin'],code-exec-templating,{},20.0,20.0,3.0,https://pypi.org/project/mkdocs-placeholder-plugin,,,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+177,recently-updated,recently-updated,,jaywhj/mkdocs-recently-updated-docs,mkdocs-recently-updated-docs,['plugin'],git-info,{},,,,https://pypi.org/project/mkdocs-recently-updated-docs,639.0,639.0,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+178,branchcustomization,branchcustomization,,effigies/mkdocs-branchcustomization-plugin,mkdocs-branchcustomization-plugin,['plugin'],git-info,{},28.0,28.0,,https://pypi.org/project/mkdocs-branchcustomization-plugin,,,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+179,git-latest-release,git-latest-release,,agarthetiger/mkdocs_latest_release_plugin,mkdocs-latest-release-plugin,['plugin'],git-info,{},,,3.0,https://pypi.org/project/mkdocs-latest-release-plugin,594.0,594.0,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+180,MkDocs Backend for Foliant,,,foliant-docs/foliantcontrib.mkdocs,foliantcontrib.mkdocs,[],integrations,{},35.0,35.0,5.0,https://pypi.org/project/foliantcontrib.mkdocs,,,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+181,MkDocs asciinema-player,asciinema-player,,pa-decarvalho/mkdocs-asciinema-player,mkdocs-asciinema-player,['plugin'],integrations,{},23.0,23.0,7.0,https://pypi.org/project/mkdocs-asciinema-player,,,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+182,ArgRef,argref,,rhshadrach/mkdocs-argref-plugin,mkdocs-argref-plugin,['plugin'],links-refs,{},,,5.0,https://pypi.org/project/mkdocs-argref-plugin,626.0,626.0,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+183,webcontext,webcontext,,Darrelk/mkdocs-webcontext-plugin,mkdocs-webcontext-plugin,['plugin'],links-refs,{},6.0,6.0,2.0,https://pypi.org/project/mkdocs-webcontext-plugin,184.0,184.0,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+184,mkdocs-issues-plugin,mkdocs-issues-plugin,,mihaigalos/mkdocs-issues-plugin,mkdocs-issues-plugin,['plugin'],links-refs,{},1.0,1.0,3.0,https://pypi.org/project/mkdocs-issues-plugin,196.0,196.0,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+185,bibtex,bibtex,,shyamd/mkdocs-bibtex,mkdocs-bibtex,['plugin'],links-refs,{},,,21.0,https://pypi.org/project/mkdocs-bibtex,,,,2,True,3.0,,,,BSD-3-Clause-LBNL,,,,,,,,,,,,,,,,
+186,markdown-del-ins,,,honzajavorek/markdown-del-ins,markdown-del-ins,['markdown'],markdown,{},,,2.0,https://pypi.org/project/markdown-del-ins,3938.0,3938.0,,2,True,3.0,markdown_del_ins,,,,,,,,,,,,,,,,,,,
+187,mkpatcher,,,ofek/mkpatcher,mkpatcher,['markdown'],markdown,{},12.0,12.0,,https://pypi.org/project/mkpatcher,,,,2,True,3.0,mkpatcher,,,,,,,,,,,,,,,,,,,
+188,MarkdownSubscript,,,jambonrose/markdown_subscript_extension,MarkdownSubscript,['markdown'],markdown,{},59.0,59.0,2.0,https://pypi.org/project/MarkdownSubscript,,,,2,True,3.0,subscript,,,,,,,,,,,,,,,,,,,
+189,KBD Extension,,,RickTalken/kbdextension,kbdextension,['markdown'],markdown,{},12.0,12.0,,https://pypi.org/project/kbdextension,,,,2,True,3.0,kbdextension,,,,,,,,,,,,,,,,,,,
+190,markdown-emdash,,,czue/markdown-emdash,markdown-emdash,['markdown'],markdown,{},39.0,39.0,,https://pypi.org/project/markdown-emdash,,,,2,True,3.0,mdx_emdash,,,,,,,,,,,,,,,,,,,
+191,Markdown Checklist,,,FND/markdown-checklist,markdown-checklist,['markdown'],markdown,{},,,2.0,https://pypi.org/project/markdown-checklist,4323.0,4323.0,,2,True,3.0,markdown_checklist.extension,,,,,,,,,,,,,,,,,,,
+192,SWAN Gallery,swangallery,,swan-cern/mkdocs-swangallery,mkdocs-swangallery,['plugin'],nav-pages,{},3.0,3.0,3.0,https://pypi.org/project/mkdocs-swangallery,81.0,81.0,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+193,file-filter,file-filter,,DariuszPorowski/mkdocs-file-filter-plugin,mkdocs-file-filter-plugin,['plugin'],nav-pages,{},18.0,18.0,4.0,https://pypi.org/project/mkdocs-file-filter-plugin,,,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+194,mkdocs-live-edit-plugin,live-edit,,eddyluten/mkdocs-live-edit-plugin,mkdocs-live-edit-plugin,['plugin'],nav-pages,{},18.0,18.0,6.0,https://pypi.org/project/mkdocs-live-edit-plugin,,,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+195,mkdocs-breadcrumbs-plugin,mkdocs-breadcrumbs-plugin,,mihaigalos/mkdocs-breadcrumbs-plugin,mkdocs-breadcrumbs-plugin,['plugin'],nav-pages,{},13.0,13.0,5.0,https://pypi.org/project/mkdocs-breadcrumbs-plugin,,,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+196,mkdocs-code-validator,code-validator,,oprypin/mkdocs-code-validator,mkdocs-code-validator,['plugin'],quality,{},21.0,21.0,,https://pypi.org/project/mkdocs-code-validator,,,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+197,MkDocs-Test,test,,fralau/mkdocs-test,,['plugin'],quality,{},,,3.0,,,,,2,True,3.0,,,,MIT,,,,,,,,,,,,,,,mkdocs-test,
+198,mk2pdf-export,mk2pdf-export,,HaoLiuHust/mkdocs-mk2pdf-plugin,mkdocs-mk2pdf-plugin,['plugin'],site-conversion,{},3.0,3.0,4.0,https://pypi.org/project/mkdocs-mk2pdf-plugin,43.0,43.0,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+199,pdf-with-js,pdf-with-js,,smaxtec/mkdocs-pdf-with-js-plugin,mkdocs-pdf-with-js-plugin,['plugin'],site-conversion,{},13.0,13.0,4.0,https://pypi.org/project/mkdocs-pdf-with-js-plugin,,,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+200,progress,progress,,rdilweb/mkdocs-plugin-progress,,['plugin'],site-management,{},42.0,42.0,4.0,,,,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+201,mkdocs-exclude-unused-files,exclude-unused-files,,JonasDoesThings/mkdocs-exclude-unused-files,mkdocs-exclude-unused-files,['plugin'],site-management,{},27.0,27.0,4.0,https://pypi.org/project/mkdocs-exclude-unused-files,,,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+202,git snippet,gitsnippet,,SamazoOo/mkdocs-gitsnippet-plugin,mkdocs-gitsnippet-plugin,['plugin'],snippets-include,{},14.0,14.0,4.0,https://pypi.org/project/mkdocs-gitsnippet-plugin,,,,2,True,3.0,,,,,,,,,,,,,,,,,,,,
+203,Cluster,,,,mkdocs-cluster,['theme'],theming,https://gitlab.com/kaliko/mkdocs-cluster,,,,https://pypi.org/project/mkdocs-cluster,,,Another bootstrap theme for MkDocs.,1,True,3.0,,,cluster,,,kaliko/mkdocs-cluster,https://gitlab.com/kaliko/mkdocs-cluster,2016-06-02 15:03:33,2.0,,1.0,6.0,0.0,2016-06-02 15:03:33.000000,,,,,,
+204,Zettelkasten,['zettelkasten'],,buvis/mkdocs-zettelkasten,mkdocs-zettelkasten,['theme'],theming,{},6.0,6.0,5.0,https://pypi.org/project/mkdocs-zettelkasten,,,,1,True,3.0,,,zettelkasten-solarized-light,,,,,,,,,,,,,,,,,
+205,Risonia,"['risonia/color-theme', 'risonia/w3css-classes']",,unverbuggt/mkdocs-risonia-theme,mkdocs-risonia-theme,['theme'],theming,{},4.0,4.0,,https://pypi.org/project/mkdocs-risonia-theme,,,,1,True,3.0,,,risonia,,,,,,,,,,,,,,,,,
+206,Lantana,,,WSOFT-Project/lantana,lantana,['theme'],theming,{},8.0,8.0,6.0,https://pypi.org/project/lantana,,,,1,True,3.0,,,lantana,,,,,,,,,,,,,,,,,
+207,Landing,,,TEParsons/mkdocs-landing,mkdocs-landing,['theme'],theming,{},8.0,8.0,4.0,https://pypi.org/project/mkdocs-landing,,,,1,True,3.0,,,landing,,,,,,,,,,,,,,,,,
+208,mkdocs-yaarg-plugin,yaarg,,g6123/mkdocs-yaarg-plugin,mkdocs-yaarg-plugin,['plugin'],api-docs,{},2.0,2.0,,https://pypi.org/project/mkdocs-yaarg-plugin,70.0,70.0,,1,True,3.0,,,,,,,,,,,,,,,,,,,,
+209,mkdocstrings-python,,,mkdocstrings/python,mkdocstrings-python,,api-docs,{},,,29.0,https://pypi.org/project/mkdocstrings-python,,,,1,True,3.0,,,,,,,,,,,,,,,,,,,,
+210,mkdocstrings-vba,,,mkdocstrings/vba,mkdocstrings-vba,,api-docs,{},3.0,3.0,3.0,https://pypi.org/project/mkdocstrings-vba,,,,1,True,3.0,,,,,,,,,,,,,,,,,,,,
+211,mkdocs-pipeline-visualizer,pipeline-visualizer,,obegron/mkdocs-pipeline-visualizer,mkdocs-pipeline-visualizer,['plugin'],api-docs,{},3.0,3.0,4.0,https://pypi.org/project/mkdocs-pipeline-visualizer,,,,1,True,3.0,,,,,,,,,,,,,,,,,,,,
+212,ansible-document,,,,ansible-mkdocs,[],api-docs,https://pypi.org/project/ansible-mkdocs/,,,,https://pypi.org/project/ansible-mkdocs,,,Auto-generate ansible role documentation.,1,True,3.0,,,,,,,,,,,,,,,,,,,,
+213,markdown-figcap,,,funk1d/markdown-figcap,markdown-figcap,['markdown'],charts,{},7.0,7.0,,https://pypi.org/project/markdown-figcap,,,,1,True,3.0,markdown_figcap,,,,,,,,,,,,,,,,,,,
+214,import-statement,import-statement,,Rj40x40/mkdocs-import-statement-plugin,mkdocs-import-statement-plugin,['plugin'],charts,{},4.0,4.0,,https://pypi.org/project/mkdocs-import-statement-plugin,,,,1,True,3.0,,,,,,,,,,,,,,,,,,,,
+215,inline-svg,inline-svg,,rajguru7/mkdocs-plugin-inline-svg-mod,mkdocs-plugin-inline-svg-mod,['plugin'],charts,{},7.0,7.0,5.0,https://pypi.org/project/mkdocs-plugin-inline-svg-mod,,,,1,True,3.0,,,,,,,,,,,,,,,,,,,,
+216,pico-8,pico-8,,fmaida/pico8-mkdocs-plugin,pico8-mkdocs-plugin,['plugin'],charts,{},3.0,3.0,,https://pypi.org/project/pico8-mkdocs-plugin,,,,1,True,3.0,,,,,,,,,,,,,,,,,,,,
+217,svgbob extension for Python Markdown,,,mbarkhau/markdown-svgbob,markdown-svgbob,['markdown'],charts,{},10.0,10.0,2.0,https://pypi.org/project/markdown-svgbob,,,,1,True,3.0,markdown_svgbob,,,,,,,,,,,,,,,,,,,
+218,mkdocs-git-latest-changes-plugin,git-latest-changes,,tombreit/mkdocs-git-latest-changes-plugin,mkdocs-git-latest-changes-plugin,['plugin'],git-info,{},8.0,8.0,4.0,https://pypi.org/project/mkdocs-git-latest-changes-plugin,,,,1,True,3.0,,,,,,,,,,,,,,,,,,,,
+219,Github Releaase Changelog,mkdocs_github_changelog,,djpugh/mkdocs_github_changelog,mkdocs-github-changelog,['plugin'],git-info,{},,,2.0,https://pypi.org/project/mkdocs-github-changelog,963.0,963.0,,1,True,3.0,,,,,,,,,,,,,,,,,,,,
+220,mkdocs-add-teaser,mkdocs-add-teaser,,wilhelmer/mkdocs-add-teaser,mkdocs-add-teaser,['plugin'],html-css,{},8.0,8.0,3.0,https://pypi.org/project/mkdocs-add-teaser,,,,1,True,3.0,,,,,,,,,,,,,,,,,,,,
+221,mkdocs_safe_text,mkdocs_safe_text,,raimon49/mkdocs-safe-text-plugin,mkdocs-safe-text-plugin,['plugin'],html-css,{},10.0,10.0,2.0,https://pypi.org/project/mkdocs-safe-text-plugin,,,,1,True,3.0,,,,,,,,,,,,,,,,,,,,
+222,mkdocs-mdpo,mdpo,,mondeja/mkdocs-mdpo-plugin,mkdocs-mdpo-plugin,['plugin'],i18n-l10n,{},,,4.0,https://pypi.org/project/mkdocs-mdpo-plugin,125.0,125.0,,1,True,3.0,,,,,,,,,,,,,,,,,,,,
+223,Mkdocs translations plugin,translations,,,mkdocs-translations,['plugin'],i18n-l10n,https://pypi.org/project/mkdocs-translations/,,,,https://pypi.org/project/mkdocs-translations,,,Internationalization plugin for mkdocs.,1,True,3.0,,,,,,,,,,,,,,,,,,,,
+224,MkDocs Dependency License Information,mkdocs_licenseinfo,,djpugh/mkdocs_licenseinfo,mkdocs-licenseinfo,['plugin'],integrations,{},,,2.0,https://pypi.org/project/mkdocs-licenseinfo,634.0,634.0,,1,True,3.0,,,,,,,,,,,,,,,,,,,,
+225,unused-files,unused_files,,wilhelmer/mkdocs-unused-files,mkdocs-unused-files,['plugin'],links-refs,{},40.0,40.0,2.0,https://pypi.org/project/mkdocs-unused-files,,,,1,True,3.0,,,,,,,,,,,,,,,,,,,,
+226,HEARTBEATS Flavored Markdown,,,heartbeatsjp/markdown-extension-hbfm,hbfm,['markdown'],markdown,{},10.0,10.0,2.0,https://pypi.org/project/hbfm,,,,1,True,3.0,"['hbfm.inline_coloring', 'hbfm.inline_list', 'hbfm.number_headers', 'hbfm.quote_uri_hash']",,,,,,,,,,,,,,,,,,,
+227,Semantic Data Extension,,,aleray/mdx_semanticdata,mdx-semanticdata,['markdown'],markdown,{},,,,https://pypi.org/project/mdx-semanticdata,64.0,64.0,,1,True,3.0,mdx_semanticdata,,,,,,,,,,,,,,,,,,,
+228,Cite Extension,,,aleray/mdx_cite,mdx-cite,['markdown'],markdown,{},,,,https://pypi.org/project/mdx-cite,39.0,39.0,,1,True,3.0,mdx_cite,,,,,,,,,,,,,,,,,,,
+229,select-files,select-files,,supcik/mkdocs-select-files,mkdocs-select-files,['plugin'],nav-pages,{},9.0,9.0,,https://pypi.org/project/mkdocs-select-files,,,Filter pages for assignments.,1,True,3.0,,,,,,,,,,,,,,,,,,,,
+230,pagenav-generator,pagenav-generator,,Andre601/mkdocs-pagenav-generator,,['plugin'],nav-pages,{},,,2.0,,,,,1,True,3.0,,,,MIT,,,,,,,,,,,,,,,,
+231,authors,authors,,thomaszwagerman/mkdocs-authors-plugin,mkdocs-authors-plugin,['plugin'],nav-pages,{},,,,https://pypi.org/project/mkdocs-authors-plugin,75.0,75.0,,1,True,3.0,,,,,,,,,,,,,,,,,,,,
+232,mkdocs-zip-folders,zip_folders,,JakubAndrysek/mkdocs-zip-folders,mkdocs-zip-folders,['plugin'],site-conversion,{},,,2.0,https://pypi.org/project/mkdocs-zip-folders,315.0,315.0,,1,True,3.0,,,,,,,,,,,,,,,,,,,,
+233,multirepo,,,wilhelmer/mkdocs-multirepo,mkdocs-multirepo,[],site-management,{},3.0,3.0,3.0,https://pypi.org/project/mkdocs-multirepo,,,,1,True,3.0,,,,,,,,,,,,,,,,,,,,
+234,multiple,multiple,,experimaestro/mkdocs-multiple,mkdocs-multiple,['plugin'],site-management,{},,,2.0,https://pypi.org/project/mkdocs-multiple,659.0,659.0,,1,True,3.0,,,,,,,,,,,,,,,,,,,,
+235,mkdocs-auto-refresh-build-pages,auto-refresh-build-pages,,JakubAndrysek/mkdocs-auto-refresh-build-pages,mkdocs-auto-refresh-build-pages,['plugin'],site-management,{},7.0,7.0,,https://pypi.org/project/mkdocs-auto-refresh-build-pages,,,,1,True,3.0,,,,,,,,,,,,,,,,,,,,
+236,docSkimmer,,,hfagerlund/mkdocs-docskimmer,,['theme'],theming,{},,,,,,,,0,True,,,,docskimmer,,,,,,,,,,,,,,,,,
+237,Bootstrap 4,"['bootstrap4-blockquotes', 'bootstrap4-tables']",,LukeCarrier/mkdocs-theme-bootstrap4,mkdocs-theme-bootstrap4,['theme'],theming,{},,,3.0,https://pypi.org/project/mkdocs-theme-bootstrap4,,,,0,True,,,,bootstrap4,,['mkdocs_theme'],,,,,,,,,,,,,,,
+238,Alabaster,,,notpushkin/mkdocs-alabaster,mkdocs-alabaster,['theme'],theming,{},,,10.0,https://pypi.org/project/mkdocs-alabaster,,,,0,True,,,,alabaster,,,,,,,,,,,,,,,,,
+239,Torillic,,,TEParsons/torillic,mkdocs-torillic,['theme'],theming,{},,,4.0,https://pypi.org/project/mkdocs-torillic,,,,0,True,,,,torillic,,,,,,,,,,,,,,,,,
+240,automacdoc,,,AlexandreKempf/automacdoc,automacdoc,[],api-docs,{},,,6.0,https://pypi.org/project/automacdoc,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+241,doxygen,doxygen,,pieterdavid/mkdocs-doxygen-plugin,,['plugin'],api-docs,{},,,3.0,,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+242,mkdocs-azure-pipelines,mkdocs-azure-pipelines,,Wesztman/mkdocs-azure-pipelines,mkdocs-azure-pipelines,['plugin'],api-docs,{},2.0,2.0,3.0,https://pypi.org/project/mkdocs-azure-pipelines,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+243,mkdocs-apidescribed-plugin,apidescribed,,idlesign/mkdocs-apidescribed-plugin,mkdocs-apidescribed-plugin,['plugin'],api-docs,{},,,,https://pypi.org/project/mkdocs-apidescribed-plugin,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+244,blog,blog,,andyoakley/mkdocs-blog,,['plugin'],blogging,{},,,,,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+245,rss,rss,,Guts/mkdocs-rss-plugin,mkdocs-rss-plugin,['plugin'],blogging,{},,,20.0,https://pypi.org/project/mkdocs-rss-plugin,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+246,table-reader,table-reader,,timvink/mkdocs-table-reader-plugin,mkdocs-table-reader-plugin,['plugin'],charts,{},,,9.0,https://pypi.org/project/mkdocs-table-reader-plugin,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+247,drawio-exporter,drawio-exporter,,LukeCarrier/mkdocs-drawio-exporter,mkdocs-drawio-exporter,['plugin'],charts,{},,,5.0,https://pypi.org/project/mkdocs-drawio-exporter,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+248,sequence-js,sequence-js,,fcannizzaro/mkdocs-sequence-js-plugin,,['plugin'],charts,{},,,,,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+249,docutools,"['lcd-find-pages', 'lcd-custom-dir', 'lcd-blacklist', 'lcd-lp', 'lcd-md-replace', 'lcd-page-tree', 'lcd-stats']",,axiros/docutools,docutools,['plugin'],charts,{},,,5.0,https://pypi.org/project/docutools,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+250,plotly charts,plotly,,haoda-li/mkdocs-plotly-plugin,mkdocs-plotly-plugin,['plugin'],charts,{},,,4.0,https://pypi.org/project/mkdocs-plotly-plugin,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+251,image-formatter-plugin,image-formatter,,ASypula/mkdocs-image-formatter-plugin,mkdocs-image-formatter-plugin,['plugin'],charts,{},2.0,2.0,7.0,https://pypi.org/project/mkdocs-image-formatter-plugin,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+252,Family tree example,,,unverbuggt/mkdocs-familytree-example,,[],charts,{},,,6.0,,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+253,thumbnails,thumbnails,,normanlorrain/mkdocs-thumbnails,mkdocs-thumbnails,['plugin'],charts,{},,,,https://pypi.org/project/mkdocs-thumbnails,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+254,mkdocs-bpmn-js,bpmn-js,,madebyherzblut/mkdocs-bpmn-js,mkdocs-bpmn-js,['plugin'],charts,{},1.0,1.0,,https://pypi.org/project/mkdocs-bpmn-js,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+255,pheasant,pheasant,,daizutabi/pheasant,pheasant,['plugin'],code-exec-templating,{},,,4.0,https://pypi.org/project/pheasant,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+256,jinja2sandbox,jinja2sandbox,,rkoe/mkdocs-jinja2sandbox,,['plugin'],code-exec-templating,{},,,,,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+257,docstyler,docstyler,,hfagerlund/mkdocs-docstyler-plugin,,['plugin'],html-css,{},,,,,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+258,toggle-sidebar,toggle-sidebar,,six-two/mkdocs-toggle-sidebar-plugin,mkdocs-toggle-sidebar-plugin,['plugin'],html-css,{},,,3.0,https://pypi.org/project/mkdocs-toggle-sidebar-plugin,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+259,mk-append-to-head,mk-append-to-head,,marcelaodev/mk-append-to-head,mk-append-to-head,['plugin'],html-css,{},,,,https://pypi.org/project/mk-append-to-head,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+260,swagger,swagger,,allevo/mkdocs-swagger-plugin,,['plugin'],integrations,{},,,,,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+261,mkdocs-render-swagger-plugin,render_swagger,,bharel/mkdocs-render-swagger-plugin,mkdocs-render-swagger-plugin,['plugin'],integrations,{},,,8.0,https://pypi.org/project/mkdocs-render-swagger-plugin,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+262,factsheet,factsheet,,inuits/mkdocs-factsheet,,['plugin'],integrations,{},,,4.0,,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+263,Vercel Password Protection,vercel_pw,,six-two/mkdocs-vercel-pw-plugin,mkdocs-vercel-pw-plugin,['plugin'],integrations,{},,,,https://pypi.org/project/mkdocs-vercel-pw-plugin,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+264,mkdocs-mcp,mcp,,ubaumann/mkdocs-mcp,mkdocs-mcp,['plugin'],integrations,{},,,,https://pypi.org/project/mkdocs-mcp,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+265,autorefs,autorefs,,mkdocstrings/autorefs,mkdocs-autorefs,['plugin'],links-refs,{},,,9.0,https://pypi.org/project/mkdocs-autorefs,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+266,emailprotect,emailprotect,,rkoe/mkdocs-emailprotect,,['plugin'],links-refs,{},,,,,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+267,alternate-link,alternate-link,,cmitu/mkdocs-altlink-plugin,,['plugin'],links-refs,{},,,3.0,,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+268,Markdown Inline Graphviz,,,cesaremorel/markdown-inline-graphviz,markdown-inline-graphviz-extension,['markdown'],markdown,{},,,9.0,https://pypi.org/project/markdown-inline-graphviz-extension,,,,0,True,,markdown_inline_graphviz,,,,,,,,,,,,,,,,,,,
+269,python-asciimathml,,,ShadowKyogre/python-asciimathml,asciimathml,['markdown'],markdown,{},,,8.0,https://pypi.org/project/asciimathml,,,,0,True,,mdx_asciimathml,,,,,,,,,,,,,,,,,,,
+270,Django Static Image,,,,markdown-djangostaticimage,['markdown'],markdown,https://pypi.org/project/markdown-djangostaticimage/,,,,https://pypi.org/project/markdown-djangostaticimage,,,,0,True,,django_static_image,,,,,,,,,,,,,,,,,,,melvinkcx/markdown-extension-django-static-image
+271,markdown-icons,,,MadLittleMods/markdown-icons,markdown-iconfonts,['markdown'],markdown,{},,,4.0,https://pypi.org/project/markdown-iconfonts,,,,0,True,,iconfonts,,,,,,,,,,,,,,,,,,,
+272,markdown_sub_sup,,,alberic89/markdown_sub_sup,markdown-sub-sup,['markdown'],markdown,{},,,,https://pypi.org/project/markdown-sub-sup,,,,0,True,,markdown_sub_sup,,,,,,,,,,,,,,,,,,,
+273,Semantic WikiLinks Extension,,,aleray/mdx_semanticwikilinks,mdx-semanticwikilinks,['markdown'],markdown,{},,,,https://pypi.org/project/mdx-semanticwikilinks,,,,0,True,,mdx_semanticwikilinks,,,,,,,,,,,,,,,,,,,
+274,mkdocs-nav-enhancements,mkdocs-nav-enhancements,,Rylon/mkdocs-nav-enhancements,mkdocs-nav-enhancements,['plugin'],nav-pages,{},,,,https://pypi.org/project/mkdocs-nav-enhancements,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+275,awesome-list,awesome-list,,carlosperate/mkdocs-awesome-list-plugin,,['plugin'],nav-pages,{},,,,,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+276,filename-title,filename_title,,mipro98/mkdocs-filename-title-plugin,,['plugin'],nav-pages,{},,,,,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+277,MkRefs,mkrefs,,DerwenAI/mkrefs,mkrefs,['plugin'],nav-pages,{},5.0,5.0,2.0,https://pypi.org/project/mkrefs,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+278,mkdocs-pug,,,vzhong/mkdocs_pug,mkdocs-pug,[],nav-pages,{},,,,https://pypi.org/project/mkdocs-pug,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+279,mkdocs-gallery,gallery,,smarie/mkdocs-gallery,mkdocs-gallery,['plugin'],nav-pages,{},,,10.0,https://pypi.org/project/mkdocs-gallery,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+280,include directory to navigation,include_dir_to_nav,,mysiki/mkdocs_include_dir_to_nav,mkdocs-include-dir-to-nav,['plugin'],nav-pages,{},,,,https://pypi.org/project/mkdocs-include-dir-to-nav,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+281,MkDocs Remove Sections Plugin,remove_sections,,six-two/mkdocs-remove-sections-plugin,mkdocs-remove-sections-plugin,['plugin'],nav-pages,{},,,,https://pypi.org/project/mkdocs-remove-sections-plugin,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+282,mkdocs-navsorted-plugin,navsorted,,idlesign/mkdocs-navsorted-plugin,mkdocs-navsorted-plugin,['plugin'],nav-pages,{},,,,https://pypi.org/project/mkdocs-navsorted-plugin,,,mkdocs plugin to get nav sorted without yml directives.,0,True,,,,,,,,,,,,,,,,,,,,,
+283,mkdocs-codecheck,,,byrnereese/codechecker-mkdocs,mkdocs-codecheck,[],quality,{},,,6.0,https://pypi.org/project/mkdocs-codecheck,,,"Traverses a directory tree looking for code samples, then attempts to validate each code sample found.",0,True,,,,,,,,,,,,,,,,,,,,,
+284,Link Checker,,,byrnereese/linkchecker-mkdocs,mkdocs-linkcheck,[],quality,{},,,5.0,https://pypi.org/project/mkdocs-linkcheck,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+285,mkdocs-task-collector,task-collector,,costantinoai/mkdocs-task-collector,mkdocs-task-collector,['plugin'],search-toc,{},5.0,5.0,2.0,https://pypi.org/project/mkdocs-task-collector,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+286,tags,tags,,jldiaz/mkdocs-plugin-tags,mkdocs-plugin-tags,['plugin'],search-toc,{},,,3.0,https://pypi.org/project/mkdocs-plugin-tags,,,Processes tags in yaml metadata.,0,True,,,,,,,,,,,,,,,,,,,,,
+287,extract listings,extract_listings,,six-two/mkdocs-extract-listings-plugin,mkdocs-extract-listings-plugin,['plugin'],search-toc,{},,,,https://pypi.org/project/mkdocs-extract-listings-plugin,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+288,helm,helm-repo,,M00nF1sh/mkdocs-helm,mkdocs-helm,['plugin'],site-conversion,{},,,,https://pypi.org/project/mkdocs-helm,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+289,mkdocs-autozip,autozip,,martinohanlon/mkdocs_autozip,mkdocs-autozip,['plugin'],site-conversion,{},,,,https://pypi.org/project/mkdocs-autozip,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+290,octadocs-adr,octadocs_adr,,octadocs/octadocs-adr,octadocs-adr,['plugin'],site-management,{},,,,https://pypi.org/project/octadocs-adr,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+291,mkdocs-yamp,yamp,,boozallen/mkdocs-yamp-plugin,mkdocs-yamp,['plugin'],site-management,{},7.0,7.0,2.0,https://pypi.org/project/mkdocs-yamp,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+292,mkdocs-exclude-tagged-files,mkdocs_exclude_tagged_files,,JonasDoesThings/mkdocs-exclude-tagged-files,mkdocs-exclude-tagged-files,['plugin'],site-management,{},4.0,4.0,2.0,https://pypi.org/project/mkdocs-exclude-tagged-files,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+293,mkdocs-required-frontmatter-plugin,required-frontmatter,,unmc-vcr/mkdocs-required-frontmatter-plugin,mkdocs-required-frontmatter-plugin,['plugin'],site-management,{},2.0,2.0,,https://pypi.org/project/mkdocs-required-frontmatter-plugin,,,,0,True,,,,,,,,,,,,,,,,,,,,,
+294,Mdx Include,,,neurobin/mdx_include,mdx-include,['markdown'],snippets-include,{},,,3.0,https://pypi.org/project/mdx-include,,,,0,True,,mdx_include,,,,,,,,,,,,,,,,,,,
+295,mkdocs-rtl,,,mberneti/mkdocs-rtl,,[],theming,{},,,2.0,,,,,-1,True,3.0,,,,,,,,,,,,,,,,,,,,
+296,Ivory,,,daizutabi/mkdocs-ivory,mkdocs-ivory,['theme'],theming,{},,,2.0,https://pypi.org/project/mkdocs-ivory,,,,-1,True,3.0,,,ivory,,,,,,,,,,,,,,,,,
+297,python-mkblog,mkblog,,derJD/python-mkblog,mkblog,['plugin'],blogging,{},,,2.0,https://pypi.org/project/mkblog,,,,-1,True,3.0,,,,,,,,,,,,,,,,,,,,
+298,MkDocs Img2Fig Plugin,img2fig,,stuebersystems/mkdocs-img2fig-plugin,mkdocs-img2fig-plugin,['plugin'],charts,{},,,2.0,https://pypi.org/project/mkdocs-img2fig-plugin,,,,-1,True,3.0,,,,,,,,,,,,,,,,,,,,
+299,Markdown aafigure,,,mbarkhau/markdown-aafigure,markdown-aafigure,['markdown'],charts,{},,,2.0,https://pypi.org/project/markdown-aafigure,,,,-1,True,3.0,markdown_aafigure,,,,,,,,,,,,,,,,,,,
+300,badges,badges,,six-two/mkdocs-badges,mkdocs-badges,['plugin'],charts,{},,,2.0,https://pypi.org/project/mkdocs-badges,,,,-1,True,3.0,,,,,,,,,,,,,,,,,,,,
+301,mkdocs-matplotlib,mkdocs_matplotlib,,AnH0ang/mkdocs-matplotlib,mkdocs-matplotlib,['plugin'],charts,{},,,2.0,https://pypi.org/project/mkdocs-matplotlib,,,,-1,True,3.0,,,,,,,,,,,,,,,,,,,,
+302,MkDocs Backlinks Section Plugin,backlinks_section,,six-two/mkdocs-backlinks-section-plugin,mkdocs-backlinks-section-plugin,['plugin'],links-refs,{},,,2.0,https://pypi.org/project/mkdocs-backlinks-section-plugin,,,,-1,True,3.0,,,,,,,,,,,,,,,,,,,,
+303,mkdocs-new-features-notifier,mkdocs-new-features-notifier,,kevin-411/mkdocs-new-features-notifier,mkdocs-new-features-notifier,['plugin'],site-management,{},,,2.0,https://pypi.org/project/mkdocs-new-features-notifier,,,,-1,True,3.0,,,,,,,,,,,,,,,,,,,,
+304,mkdocs-note,mkdocs-note,,virtualguard101/mkdocs-note,mkdocs-note,['plugin'],site-management,{},,,2.0,https://pypi.org/project/mkdocs-note,,,,-1,True,3.0,,,,,,,,,,,,,,,,,,,,
diff --git a/latest-changes.md b/latest-changes.md
index 5a9564d..dd339de 100644
--- a/latest-changes.md
+++ b/latest-changes.md
@@ -2,19 +2,15 @@
_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._
-- PyMdown Extensions - 🥇32 · ⭐ 1.1K · 📈 · ❗Unlicensed · 
Extensions for Python Markdown.
-- git-revision-date-localized - 🥇29 · ⭐ 250 · 📈 · MIT · 
MkDocs plugin to add a last updated date to your site pages.
-- mkdocs-with-pdf - 🥇23 · ⭐ 380 · 💤 · MIT · 
Generate a single PDF file from MkDocs repository.
-- htmlproofer - 🥇21 · ⭐ 48 · 📈 · MIT · 
A MkDocs plugin that validates URL in rendered html files.
-- markdown-docs - 🥈17 · ⭐ 27 · 📈 · MIT · 
Action/docker image that transforms your markdown into a static website. No need for particular configuration: it just..
+- MkDocs Graphviz - 🥇7 · ⭐ 6 · 💤 · ❗Unlicensed · 
A mkdocs Extension that automatically renders Graphviz images, in SVG or PNG format, within your markdown file.
## 📉 Trending Down
_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._
-- MkDocsOAD - 🥈21 · ⭐ 160 · 📉 · MIT · 
· 
Plugin for MkDocs to generate human readable documentation from OpenAPI Documentation Version 3 (also known as Swagger..
-- mkdoxy - 🥈21 · ⭐ 110 · 📉 · MIT · 
Automatically generates API documentation for your project based on Doxygen comments and code snippets in your..
-- docutools - 🥉9 · ⭐ 26 · 📉 · BSD-2 · 
Dev Centric Tools for Mkdocs Based Documentation.
-- authors - 🥉7 · ⭐ 1 · 🐣 · MIT · 
MkDocs plugin to display authors dynamically on a template using an .authors.yml file.
-- mkdocs-navsorted-plugin - 🥉5 · 📉 · BSD-3 · 
mkdocs plugin to get nav sorted without yml directives.
+- mkdocs-click - 🥇11 · 📉 · ❗Unlicensed · 
+- Math extension - 🥇11 · 📉 · ❗Unlicensed · 
+- mkdocs-coverage - 🥈8 · 📉 · ❗Unlicensed · 
+- mkpdfs - 🥈6 · 📉 · ❗Unlicensed · 
+- MkDocs Merge - 🥈4 · 📉 · ❗Unlicensed