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.2.7 - 2021-05-03
4+
5+ - β¬οΈ UPDATE: markdown-it-py~ =1.0
6+ - β¨ NEW: Add ` wordcount_plugin `
7+ - π IMPROVE: ` dollarmath ` : Allow inline double-dollar
8+ - π IMPROVE: ` myst_blocks ` : Parse multiline comments
9+ - π IMPROVE: Replace use of ` env ` as an ` AttrDict `
10+ - π FIX: ` front_matter ` : don't duplicate content storage in ` Token.meta `
11+
312## 0.2.6 - 2021-03-17
413
514π IMPROVE: Remove direct use of ` Token.attrs `
Original file line number Diff line number Diff line change 1- __version__ = "0.2.6 "
1+ __version__ = "0.2.7 "
Original file line number Diff line number Diff line change 1010license = MIT
1111license_file = LICENSE
1212classifiers =
13- Development Status :: 2 - Beta
13+ Development Status :: 4 - Beta
1414 Intended Audience :: Developers
1515 License :: OSI Approved :: MIT License
1616 Programming Language :: Python :: 3
You canβt perform that action at this time.
0 commit comments