Skip to main content

Mkdocs Markdown includer plugin.

Project description

mkdocs-include-markdown-plugin

Mkdocs Markdown includer plugin.

Status

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 includes two directives, one to include markdown files and another to include files of any type:

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.
Example
{%
   include-markdown "../README.md"
   start="<!--intro-start-->"
   end="<!--intro-end-->"
%}

include

Includes arbitrary file content.

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-0.0.2.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

Supported by

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