- Drop support for all python versions prior to 3.7
- Upgrade to docutils 0.19
- Pin mistune version
- Fix argparse for python3.10
- Add support for mermaid code
- Change bump for bump2version
- Add support for mermaid code
- Change bump for bump2version
- Fix bug that made multiple inline mathematical expressions fail to render
- Add official python3.9 support
- Fix classifiers
- Fix error for Sphinx3.3.0
- Update repo name in every reference
- Central versioning
- Add bump
- Fix miyakogi#51
- Change
tox
fornox
- Add
pre-commit
hooks and fix styling
- Add
--disable-inline-math
andm2r_disable_inline_math
sphinx option
- Add
start-line
andend-line
option tomdinclude
directive - Add
anonymous_references
option (#26)
- Support Sphinx's doc/ref directives for relative links (#16)
- Implement markdown link with title
- Catch up sphinx updates
- Support multi byte characters for heading
- Add metadata for sphinx
- Add
convert(src)
function, which is shortcut ofm2r.M2R()(src)
- Include CHANGES and test files in source distribution
- Print help when input_file is not specified on command-line
- Update metadata on setup.py
- Fix undefined name error (PR #5).
- Drop python 3.3 support
- Improve image_link regex (PR #3)
- Support multiple backticks in inline code, like:
backticks (``) in code
- Support indented directives/reST-comments
- Support role-name after backticks (
`text`:role: style
)
- Remove extra escaped-spaces ('\ ')
- before and after normal spaces
- at the beginning of lines
- before dots
- Add reST's
::
marker support - Add options to disable emphasis by underscore (
_
or__
)
- Fix Bug: when code or link is placed at the end of line, spaces to the next word is disappeared
First public release.