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 (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.
  • preserve_includer_indent (false): When this option is enabled, 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.

Note that the 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

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.4.0.tar.gz (11.1 kB view details)

Uploaded Source

Built Distribution

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

File details

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

File metadata

  • Download URL: mkdocs_include_markdown_plugin-2.4.0.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.7

File hashes

Hashes for mkdocs_include_markdown_plugin-2.4.0.tar.gz
Algorithm Hash digest
SHA256 d9d92314e9c45dabc1672b57dc1393c912e9069939e487802b21f0e88b8a03bc
MD5 e31edb8c034da325dff408b0a7a45c89
BLAKE2b-256 51688ec51e383c03e01f1bd8f50b6c5f413e1566c8f40da4bd955df836a3a4f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mkdocs_include_markdown_plugin-2.4.0-py3-none-any.whl
  • Upload date:
  • Size: 11.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.7

File hashes

Hashes for mkdocs_include_markdown_plugin-2.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e9b196bfdb9d2f1fbccc9a30c12a4b7d20ee524f70a31bcb206528a1b53eb31a
MD5 26160f3b3d2f5c52f207fcd7d1f20fcd
BLAKE2b-256 cf2a3d8a580f2b5cc920f394753a67cdbe329425d193eb2b1893416f43279588

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