Skip to main content

Mkdocs Markdown includer plugin.

Project description

mkdocs-include-markdown-plugin

Mkdocs Markdown includer plugin.

PyPI Tests Coverage status

Read this document in other languages:

Installation

pip install mkdocs-include-markdown-plugin

Documentation

Setup

Enable the plugin in your mkdocs.yml:

plugins:
  - include-markdown

Make sure that you define include-markdown before other plugins that could conflict, like mkdocs-macros-plugin.

Reference

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. This argument also accept globs, in which case certain paths can be ignored using the exclude argument:

include-markdown

Includes Markdown files 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.
  • preserve-includer-indent (true): When this option is enabled (default), every line of the content to include is indented with the same number of spaces used to indent the includer {% %} template. Possible values are true and false.
  • dedent (false): If enabled, the included content will be dedented.
  • rewrite-relative-urls (true): When this option is enabled (default), Markdown links and images in the content that are specified by a relative URL are rewritten to work correctly in their new location. Possible values are true and false.
  • comments (true): When this option is enabled (default), the content to include is wrapped by <!-- BEGIN INCLUDE --> and <!-- END INCLUDE --> comments which help to identify that the content has been included. Possible values are true and false.
  • heading-offset (0): Increases or decreases the Markdown headings depth by this number. Only supports number sign (#) heading syntax. Accepts negative values to drop leading # characters.
  • exclude: Specify with a glob which files should be ignored. Only useful when passing globs to include multiple files.

Note that start and end strings may contain usual (Python-style) escape sequences like \n, which is handy if you need to match on a multi-line start or end trigger.

Examples
{%
   include-markdown "../README.md"
   start="<!--intro-start-->"
   end="<!--intro-end-->"
%}
{%
   include-markdown "docs/includes/header.md"
   start="<!--\n\ttable-start\n-->"
   end="<!--\n\ttable-end\n-->"
   rewrite-relative-urls=false
   comments=false
%}
{%
   include-markdown "docs/includes/header.md"
   heading-offset=1
%}
{%
   include-markdown "../LICENSE*"
   start="<!--license-start-->"
   end="<!--license-end-->"
   exclude="../LICENSE*.rst"
%}

include

Includes the content of a file or a group of files.

  • start: Delimiter that marks the beginning of the content to include.
  • end: Delimiter that marks the end of the content to include.
  • preserve-includer-indent (true): When this option is enabled (default), every line of the content to include is indented with the same number of spaces used to indent the includer {% %} template. Possible values are true and false.
  • dedent (false): If enabled, the included content will be dedented.
  • exclude: Specify with a glob which files should be ignored. Only useful when passing globs to include multiple files.

Note that start and end strings may contain usual (Python-style) escape sequences like \n, which is handy if you need to match on a multi-line start or end trigger.

Examples
~~~yaml
{% include "../examples/github-minimal.yml" %}
~~~
    {%
      include "../examples/__main__.py"
      start="~~~yaml"
      end="~~~\n"
    %}
{%
   include "../LICENSE*"
   exclude="../LICENSE*.rst"
%}

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-3.3.0.tar.gz (14.9 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-3.3.0-py3-none-any.whl (13.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mkdocs_include_markdown_plugin-3.3.0.tar.gz
  • Upload date:
  • Size: 14.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for mkdocs_include_markdown_plugin-3.3.0.tar.gz
Algorithm Hash digest
SHA256 1462d343f150b59e78f0aebf9ff9ef9d591fbd9630193e0c9d661abf6df92d6a
MD5 4c1bebe276ea5f9ccc7ae29511dcf7ed
BLAKE2b-256 fba384a583441f39cd206de6f5127349a0a61032f45a7a0010a874560c15987c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mkdocs_include_markdown_plugin-3.3.0-py3-none-any.whl
  • Upload date:
  • Size: 13.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for mkdocs_include_markdown_plugin-3.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d820523a28c893b92f4c5c383332d36379874a3741f4fe04f11bf41afca18a2b
MD5 534e4ef560d99635e1f3ec9a01ffb72b
BLAKE2b-256 aa4b961a03ee41a00ce7cd9bbe0d0e3f046ae0df69d3622b1200317fca10b910

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