📁 Snippets & includes
include-markdown - 🥇24 · ⭐ 86 · Apache-2
·
Mkdocs Markdown includer plugin.
- GitHub (👨💻 15 · 🔀 18 · 📥 200 · 📦 2K · 📋 72 - 4% open · ⏱️ 25.03.2024)
- PyPi (📥 210K / month):
pip install mkdocs-include-markdown-plugin
- Add to mkdocs.yml:
plugins: - include-markdown
Markdown-Include - 🥈22 · ⭐ 95 · 💤 · ❗️GPL-3.0
·
Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.
- GitHub (👨💻 12 · 🔀 36 · 📦 5.7K · 📋 24 - 29% open · ⏱️ 07.02.2023)
- PyPi (📥 110K / month):
pip install markdown-include
- Add to mkdocs.yml:
markdown_extensions: - markdown_include.include
meta-descriptions - 🥈20 · ⭐ 15 · MIT
·
Generate meta descriptions from the first paragraphs in your MkDocs pages.
- GitHub (👨💻 3 · 🔀 3 · 📦 1.1K · 📋 11 - 9% open · ⏱️ 02.04.2024)
- PyPi (📥 6.3K / month):
pip install mkdocs-meta-descriptions-plugin
- Add to mkdocs.yml:
plugins: - meta-descriptions
mkdocs-embed-external-markdown - 🥈16 · ⭐ 7 · MIT
·
MkDocs Embed External Markdown plugin that allow to inject section or all full markdown content from a given url. The..
- GitHub (👨💻 6 · 🔀 7 · 📦 110 · ⏱️ 26.02.2024)
- PyPi (📥 6.2K / month):
pip install mkdocs-embed-external-markdown
- Add to mkdocs.yml:
plugins: - external-markdown
codeinclude - 🥉15 · ⭐ 14 · 💤 · MIT
·
A plugin to include code snippets into mkdocs pages.
- GitHub (👨💻 4 · 🔀 5 · 📦 120 · 📋 11 - 36% open · ⏱️ 01.03.2023)
- PyPi (📥 4.9K / month):
pip install mkdocs-codeinclude-plugin
- Add to mkdocs.yml:
plugins: - codeinclude
Mdx Include - 🥉11 · ⭐ 50 · 💤 · ❗Unlicensed
·
Python Markdown extension to include local or remote files.
- GitHub (👨💻 3 · 🔀 3 · 📋 9 - 44% open · ⏱️ 26.07.2022)
- PyPi (📥 24K / month):
pip install mdx-include
- Add to mkdocs.yml:
markdown_extensions: - mdx_include
snippet - 🥉11 · ⭐ 12 · 💤 · MIT
·
An mkdocs plugin that injects snippets from a file in a git repository.
- GitHub (👨💻 3 · 🔀 3 · 📦 15 · 📋 7 - 42% open · ⏱️ 21.10.2021)
- PyPi (📥 1.3K / month):
pip install mkdocs-snippet-plugin
- Add to mkdocs.yml:
plugins: - snippet
mkdocs-version-annotations - 🥉11 · ⭐ 1 · 💤 · MIT
·
MkDocs plugin to add custom admonitions for documenting version differences.
- GitHub (📥 8 · 📦 210 · ⏱️ 14.09.2022)
- PyPi (📥 7.5K / month):
pip install mkdocs-version-annotations
- Add to mkdocs.yml:
plugins: - mkdocs-version-annotations
git snippet - 🥉8 · ⭐ 5 · 💤 · MIT
·
Mkdocs plugin that allow to inject snippet or all markdown content from a given remote git repository.
- GitHub (👨💻 4 · 🔀 3 · 📦 7 · ⏱️ 15.11.2020)
- PyPi (📥 670 / month):
pip install mkdocs-gitsnippet-plugin
- Add to mkdocs.yml:
plugins: - gitsnippet