(next version)
- 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.