File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
20
## 0.4.9 - 2020-08-11
4
21
5
22
### Added ✨
6
23
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 ) )
8
25
9
26
### Documented 📚
10
27
Original file line number Diff line number Diff line change 1
1
from .main import MarkdownIt # noqa: F401
2
2
3
3
4
- __version__ = "0.4.9 "
4
+ __version__ = "0.5.0 "
You can’t perform that action at this time.
0 commit comments