Feature release
- Forked project from m2r2
- Renamed package to
sphinx-mdinclude
- Removes CLI to focus on Sphinx extension
- Remove mermaid extension support
- Overhauled documentation with less boilerplate
- Move tests into
sphinx_mdinclude
namespace - Pin dependencies to mistune<1.0 and docutils<0.18
- Build using flit instead of setuptools
- Formatted with latest black and µsort
$ git shortlog -s v0.4.0b1...v0.4.0
4 John Reese
1 dependabot[bot]
Beta release
- Forked project from m2r2
- Renamed package to
sphinx-mdinclude
- Removes CLI to focus on Sphinx extension
- Overhauled documentation with less boilerplate
- Move tests into
sphinx_mdinclude
namespace - Pin dependencies to mistune<1.0 and docutils<0.18
- Build using flit instead of setuptools
- Formatted with latest black and µsort
$ git shortlog -s v0.2.7...v0.4.0b1
10 CrossNox
1 Ezequiel Rosas
18 John Reese
1 illes
1 kalvdans
- Fix argparse for python3.10
$ git shortlog -s v0.3.0...v0.3.1
1 Bas Nijholt
13 CrossNox
1 Daniel Caballero
1 illes
1 kalvdans
- Add support for mermaid code
- Change bump for bump2version
$ git shortlog -s v0.2.8...v0.3.0
1 CrossNox
- Fix bug that made multiple inline mathematical expressions fail to render
$ git shortlog -s v0.2.5...v0.2.8
1 CrossNox
- Add official python3.9 support
- Fix classifiers
$ git shortlog -s v0.2.6...v0.2.7
2 CrossNox
- Fix error for Sphinx3.3.0
$ git shortlog -s v0.2.5...v0.2.6
1 Bas Nijholt
1 CrossNox
1 Daniel Caballero
- Update repo name in every reference
$ git shortlog -s v0.2.4...v0.2.5
1 CrossNox
- Central versioning
- Add bump
$ git shortlog -s v0.2.3...v0.2.4
4 CrossNox
- Fix miyakogi#51
- Change
tox
fornox
- Add
pre-commit
hooks and fix styling
$ git shortlog -s v0.2.1...v0.2.3
9 CrossNox
- Add
--disable-inline-math
andm2r_disable_inline_math
sphinx option
$ git shortlog -s v0.2.0...v0.2.1
3 Morgan Willcock
1 kyluca
9 miyakogi
- Add
start-line
andend-line
option tomdinclude
directive - Add
anonymous_references
option (#26)
$ git shortlog -s v0.1.15...v0.2.0
3 Jake VanderPlas
11 miyakogi
- Support Sphinx's doc/ref directives for relative links (#16)
$ git shortlog -s v0.1.14...v0.1.15
9 Ryan Lane
7 miyakogi
- Implement markdown link with title
$ git shortlog -s v0.1.13...v0.1.14
11 miyakogi
- Catch up sphinx updates
$ git shortlog -s v0.1.12...v0.1.13
8 miyakogi
- Support multi byte characters for heading
$ git shortlog -s v0.1.11...v0.1.12
6 miyakogi
- Add metadata for sphinx
- Add
convert(src)
function, which is shortcut ofm2r.M2R()(src)
$ git shortlog -s v0.1.10...v0.1.11
13 miyakogi
- Include CHANGES and test files in source distribution
$ git shortlog -s v0.1.9...v0.1.10
4 miyakogi
- Print help when input_file is not specified on command-line
$ git shortlog -s v0.1.8...v0.1.9
5 miyakogi
- Update metadata on setup.py
$ git shortlog -s v0.1.7...v0.1.8
6 miyakogi
- Fix undefined name error (PR #5).
$ git shortlog -s v0.1.6...v0.1.7
1 Kai Fricke
1 cclauss
9 miyakogi
- Drop python 3.3 support
- Improve image_link regex (PR #3)
$ git shortlog -s v0.1.5...v0.1.6
1 John W. O'Brien
1 Nikola Forró
6 miyakogi
- Support multiple backticks in inline code, like:
backticks (``) in code
$ git shortlog -s v0.1.4...v0.1.5
6 miyakogi
- Support indented directives/reST-comments
- Support role-name after backticks (
`text`:role: style
)
$ git shortlog -s v0.1.3...v0.1.4
6 miyakogi
- Remove extra escaped-spaces ('\ ')
- before and after normal spaces
- at the beginning of lines
- before dots
$ git shortlog -s v0.1.2...v0.1.3
4 miyakogi
- Add reST's
::
marker support - Add options to disable emphasis by underscore (
_
or__
)
$ git shortlog -s v0.1.1...v0.1.2
9 miyakogi
- Fix Bug: when code or link is placed at the end of line, spaces to the next word is disappeared
$ git shortlog -s v0.1...v0.1.1
6 miyakogi
First public release.
$ git shortlog -s v0.1
40 miyakogi