Skip to main content

Mkdocs Markdown includer plugin.

Project description

mkdocs-include-markdown-plugin

Mkdocs Markdown includer plugin.

Status

PyPI Tests Coverage status

Installation

pip install mkdocs-include-markdown-plugin

Documentation

Setup

Enable the plugin in your mkdocs.yml:

plugins:
  - include-markdown

Directives

This plugin provides two directives, one to include markdown files and another to include files of any type. Paths of included files can be absolute or relative to the path of the file that includes them:

include-markdown

Includes markdown file content, optionally using two delimiters to filter the content to include.

  • start: Delimiter that marks the beginning of the content to include.
  • end: Delimiter that marks the end of the content to include.
  • rewrite_relative_urls: When this option is enabled, Markdown links and images in the content that are specified by a relative URL are rewritten to work correctly in their new location. Default: true. Possible values are true and false.
Examples
{%
   include-markdown "../README.md"
   start="<!--intro-start-->"
   end="<!--intro-end-->"
%}
{%
   include-markdown "docs/includes/header.md"
   start="<!--table-start-->"
   end="<!--table-end-->"
   rewrite_relative_urls=false
%}

include

Includes the content of a file.

Example
```yaml
{% include "../examples/github-minimal.yml" %}
```

Acknowledgment

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mkdocs_include_markdown_plugin-2.0.0.tar.gz (10.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mkdocs_include_markdown_plugin-2.0.0-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

File details

Details for the file mkdocs_include_markdown_plugin-2.0.0.tar.gz.

File metadata

  • Download URL: mkdocs_include_markdown_plugin-2.0.0.tar.gz
  • Upload date:
  • Size: 10.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for mkdocs_include_markdown_plugin-2.0.0.tar.gz
Algorithm Hash digest
SHA256 5cb20153869599dffb00831c638581a6da43d62c827b83a323fb9d37e38de119
MD5 0ebde2b187631f0db6c04eb568d4f05f
BLAKE2b-256 7924bc97854562dd10c5586318c1629cadabbf6fdd13bcb8c715728d3a9c7a2a

See more details on using hashes here.

File details

Details for the file mkdocs_include_markdown_plugin-2.0.0-py3-none-any.whl.

File metadata

  • Download URL: mkdocs_include_markdown_plugin-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 10.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for mkdocs_include_markdown_plugin-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 dc4f4dcdb5184a6cd9fbebc286a5906fdabd16cc7194d58229dde6c536d2aa05
MD5 e70f3c353ed4c9d6c5cbdcfc8951888a
BLAKE2b-256 2aee9cc1cda304701ee0c089caddba599e0857ab9d112abbddb289dab4b73f67

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page