Skip to main content

Mkdocs Markdown includer plugin.

Project description

mkdocs-include-markdown-plugin

Mkdocs Markdown includer plugin.

Status

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 the Markdown heading depth by this number. Only supports number sign (#) heading syntax. Max offset of 5.
  • 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*.md"
   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*.md"
   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.2.1.tar.gz (14.4 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.2.1-py3-none-any.whl (13.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mkdocs_include_markdown_plugin-3.2.1.tar.gz
  • Upload date:
  • Size: 14.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for mkdocs_include_markdown_plugin-3.2.1.tar.gz
Algorithm Hash digest
SHA256 7f655798e20d70f112aa05dad6c9b4fef7bfcebc48420948cfabd29b44b51bce
MD5 37bd8dbef6cabb456a5636512c15f94c
BLAKE2b-256 250b90d7bfefaea4b7a3c91107d186308fbc5e950b722113acd553e93b27d061

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mkdocs_include_markdown_plugin-3.2.1-py3-none-any.whl
  • Upload date:
  • Size: 13.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for mkdocs_include_markdown_plugin-3.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 128731085dd5a8f19050a1df96b5dade549419548014101d4895ba29f5dab519
MD5 e97a64da2a2e1efa5bdb313ecaaf2e1b
BLAKE2b-256 aef18e6b2f029e1a893cec0f5826d9fb8ad593ba79b1fa7687d1256ac4b76ec0

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