File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.5.0 - 2020-08-18
4+
5+ ### Added ✨
6+
7+ - ` deflist ` and ` dollarmath ` plugins (see [ plugins list] ( https://markdown-it-py.readthedocs.io/en/latest/plugins.html ) ).
8+
9+ ### Improved 👌
10+
11+ - Added benchmarking tests and CI (see < https://executablebooks.github.io/markdown-it-py/dev/bench/ > )
12+ - Improved performance of computing ordinals (=> 10-15% parsing speed increase).
13+ Thanks to [ @sildar ] ( https://github.com/sildar ) !
14+
15+ ### Fixed 🐛
16+
17+ - Stopped empty lines at the end of the document, after certain list blocks, raising an exception (#36 ).
18+ - Allow myst-role to accept names containing digits (0-9).
19+
320## 0.4.9 - 2020-08-11
421
522### Added ✨
623
7- - containers plugin (see [ plugins list] ( https://markdown-it-py.readthedocs.io/en/latest/plugins.html ) )
24+ - ` containers ` plugin (see [ plugins list] ( https://markdown-it-py.readthedocs.io/en/latest/plugins.html ) )
825
926### Documented 📚
1027
Original file line number Diff line number Diff line change 11from .main import MarkdownIt # noqa: F401
22
33
4- __version__ = "0.4.9 "
4+ __version__ = "0.5.0 "
You can’t perform that action at this time.
0 commit comments