Markdown Include: A Plugin for Pelican
This plugin allows the use of the Markdown-Include extension in Pelican articles.
Installation
This plugin can be installed via:
python -m pip install pelican-markdown-include
As long as there is no PLUGINS setting in the Pelican settings file, the newly installed plugin should be detected and enabled automatically. Otherwise, you must add md_include to your existing PLUGINS list. For more information, please refer to the How to Use Plugins documentation.
Usage
The syntax to use in Pelican articles is {!filename!}. According to the documentation of the Markdown-Include extension, this statement will be replaced by the contents of filename and will work recursively. This replacement occurs before any other Markdown processing, so any desired Markdown syntax can be used within the included files. For more details, see the Markdown-Include extension documentation.
Configuration
The following variables control the plugin's behavior and can be configured in the Pelican settings file:
-
MD_INCLUDE_BASE_PATH: By default, the file name is given relative to the directory from which Pelican is run. This can be changed via this variable. -
MD_INCLUDE_ENCODING: The encoding of the included files. Default:"utf-8" -
MD_INCLUDE_INHERIT_HEADING_DEPTH: If set toTrue, increases the headings in the included file by the amount of the previous heading. This option can be combined with theMD_HEADING_OFFSEToption, which is documented below. Default:False -
MD_HEADING_OFFSET: Increases the heading depth by a specific amount, in addition to theMD_INCLUDE_INHERIT_HEADING_DEPTHoption. Default:0
Alternatives to this Plugin
Pelican allows the use of additional Markdown extensions by declaring them in the MARKDOWN configuration variable. However, as explained in the Pelican documentation, adding new extensions via the MARKDOWN setting is cumbersome because it requires explicitly listing all the extensions loaded by default. This plugin provides a “Pelican-ish” way of setting the configuration values of the Markdown-Include extension (base_path, encoding, inherit_heading_depth, and heading_offset), thus avoiding this problem. Furthermore, the Markdown-Include extension must be installed in a place where Pelican can find it, which may be tricky.
Contributing
Contributions are welcome and much appreciated. Every little bit helps. You can contribute by improving the documentation, adding missing features, and fixing bugs. You can also help out by reviewing and commenting on existing issues.
To start contributing to this plugin, review the Contributing to Pelican documentation, beginning with the Contributing Code section.
Acknowledgments
Thanks to Justin Mayer for helping with migration of this plugin under the Pelican Plugins organization.
Author
Copyright © 2015, 2021-2024, 2025 Rafael Laboissière (rafael@laboissiere.net)
License
This project is licensed under the terms of the the AGPL-3.0 license.
Release files for pelican-markdown-include 1.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pelican_markdown_include-1.0.6.tar.gz | 5.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pelican_markdown_include-1.0.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.2 kB
Release files / pelican_markdown_include-1.0.6.tar.gz
| Download URL | pelican_markdown_include-1.0.6.tar.gz |
|---|---|
| Size | 5.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b96512ce77293a0b61e574bef9b0e28fc425185ddcff901a348c1129d0c8836e
|
|
BLAKE2b-256 checksum How to use checksums |
5c071fc29e440b5a985ed356ceea21694b3c3a301d641b8dfc5decc9bf0728e4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Nov 11, 2025.
Transparency logRelease files / pelican_markdown_include-1.0.6-py3-none-any.whl
| Download URL | pelican_markdown_include-1.0.6-py3-none-any.whl |
|---|---|
| Size | 6.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7c32bd1e8bfa2e938dc097e8a6bd04d07d7d8b71772a30f93cb658dd118e96b2
|
|
BLAKE2b-256 checksum How to use checksums |
44e8b58c0ef068c967d362eb1fd7c28d1b56afc38d178825867efa926df54f3c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Nov 11, 2025.
Transparency log