Mkdocs Markdown includer plugin.
Project description
mkdocs-include-markdown-plugin
Mkdocs Markdown includer plugin.
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 aretrue
andfalse
.
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
%}
include
Includes the content of a file.
Example
~~~yaml
{% include "../examples/github-minimal.yml" %}
~~~
Acknowledgment
- Joe Rickerby and contributors for giving me the permissions to separate this plugin from the documentation of cibuildwheel.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for mkdocs_include_markdown_plugin-2.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8ff6caecff18766ba807e056b7f758b4bc03d98a6225fec82d15402c32a6d8c |
|
MD5 | 1178d575e991c1431c8b9fe71399db6c |
|
BLAKE2b-256 | 589947bac5c7b1551f8e8892dfad71240fd1d843ec63e74d4be6ea8ab63a83fb |
Close
Hashes for mkdocs_include_markdown_plugin-2.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b918ef0005253fc163545232d1fc3a039eec7de623f54701a083b672a03cf73c |
|
MD5 | 580f3a051b54dc595fd8a72e1daafc66 |
|
BLAKE2b-256 | e035eac6c8badc3fb37d9cdc504c1488579b02b9555d1bc838d21975c158129b |