Markdown extension for Sphinx
Project description
sphinx-mdinclude
Sphinx extension for including or writing pages in Markdown format.
sphinx-mdinclude is a simple Sphinx extension that enables including Markdown documents
from within reStructuredText. It provides the .. mdinclude::
directive, and
automatically converts the content of Markdown documents to reStructuredText format.
sphinx-mdinclude is a fork of m2r and m2r2, focused only on providing a Sphinx extension.
Features
- Basic markdown and some extensions (see below)
- inline/block-level raw html
- fenced-code block
- tables
- footnotes (
[^1]
)
- Inline- and Block-level rst markups
- single- and multi-line directives (
.. directive::
) - inline-roles (
:code:`print(1)` ...
) - ref-link (
see `ref`_
) - footnotes (
[#fn]_
) - math extension inspired by recommonmark
- single- and multi-line directives (
- Sphinx extension
- add markdown support for sphinx
mdinclude
directive to include markdown from md or rst files- option to parse relative links into ref and doc directives (
md_parse_relative_links
)
Restrictions
- In the rst's directives, markdown is not available. Please write in rst.
- Column alignment of tables is not supported. (rst does not support this feature)
- Heading with overline-and-underline is not supported.
- Heading with underline is OK
- Rst heading marks are currently hard-coded and unchangeable.
- H1:
=
, H2:-
, H3:^
, H4:~
, H5:"
, H6:#
- H1:
Installation
Python 3.6 or newer is required.
pip install sphinx-mdinclude
Usage
In your Sphinx conf.py
, add the following lines:
extensions = [
...,
'sphinx_mdinclude',
]
Markdown files with the .md
extension will be loaded and used by Sphinx, similar to
any other .rst
files.
To include Markdown files within other files, use the .. mdinclude:: <filename>
directive. This applies the conversion from Markdown to reStructuredText format.
License
sphinx-mdinclude
is copyright Hiroyuki Takagi, CrossNox, and Amethyst Reese,
and licensed under the MIT license. I am providing code in this repository to you
under an open source license. This is my personal repository; the license you receive
to my code is from me and not from my employer. See the LICENSE file for details.
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
File details
Details for the file sphinx_mdinclude-0.5.2.tar.gz
.
File metadata
- Download URL: sphinx_mdinclude-0.5.2.tar.gz
- Upload date:
- Size: 22.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17b5157b5c4daf3faf09b24e0b1c32250a317f04823915beaaef6f0c7ee810f7 |
|
MD5 | 6468d8b5f3020387b3358f0393d930a4 |
|
BLAKE2b-256 | 5d88456b26eb7c4edf2d6c5113e57974c938535115c29aeb5d5725e3ef092a63 |
File details
Details for the file sphinx_mdinclude-0.5.2-py3-none-any.whl
.
File metadata
- Download URL: sphinx_mdinclude-0.5.2-py3-none-any.whl
- Upload date:
- Size: 18.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 516c20187938ad43a0679d437e2358ec62bfce3011bbdc389516eaa0e2779d27 |
|
MD5 | 76840a8bba94094e56344ef6b33d26ec |
|
BLAKE2b-256 | 120ab532b6f13251530f7c9e23b9ccc7329acdc37e3cb07b1c600bedda3481fa |