- Drop support for Python 2.7, 3.4, 3.5, and 3.6
- Add compatibility with docutils 0.19
- Sync up assertion with changes in argparse
- Limit mistune dependency version range
- 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.