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 11# Change Log
22
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+
312## 0.6.1 - 2021-01-01
413
514This release provides some improvements to the code base:
Original file line number Diff line number Diff line change 11from .main import MarkdownIt # noqa: F401
22
33
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():
5252 "psutil" ,
5353 ],
5454 "rtd" : [
55- "myst-nb== 0.11.0a1 " ,
55+ "myst-nb~= 0.11.1 " ,
5656 "sphinx_book_theme" ,
5757 "sphinx-panels~=0.4.0" ,
5858 "sphinx-copybutton" ,
You can’t perform that action at this time.
0 commit comments