File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.6.2 - 2021-02-07
4
+
5
+ This release brings Markdown-It-Py inline with Markdown-It v11.0.1 (2020-09-14), applying two fixes:
6
+
7
+ - Fix blockquote lazy newlines, [[ #696 ] ( markdown-it/markdown-it#696 )] .
8
+ - Fix missed mappings for table rows, [[ #705 ] ( markdown-it/markdown-it#705 )] .
9
+
10
+ Thanks to [ @hukkinj1 ] ( https://github.com/hukkinj1 ) !
11
+
3
12
## 0.6.1 - 2021-01-01
4
13
5
14
This release provides some improvements to the code base:
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.6.1 "
4
+ __version__ = "0.6.2 "
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def get_version():
52
52
"psutil" ,
53
53
],
54
54
"rtd" : [
55
- "myst-nb== 0.11.0a1 " ,
55
+ "myst-nb~= 0.11.1 " ,
56
56
"sphinx_book_theme" ,
57
57
"sphinx-panels~=0.4.0" ,
58
58
"sphinx-copybutton" ,
You can’t perform that action at this time.
0 commit comments