File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.18.1 - 2022-27-09
4+
5+ Full Changelog: [ v0.18.0...v0.18.1] ( https://github.com/executablebooks/MyST-Parser/compare/v0.18.0...v0.18.1 )
6+
7+ - ⬆️ UPGRADE: docutils 0.19 support (#611 )
8+ - ✨ NEW: Add ` attrs_image ` (experimental) extension (#620 )
9+ - e.g. ` {#id .class width=100px} `
10+ - See: [ Optional syntax section] ( docs/syntax/optional.md )
11+ - ** Important** : This is an experimental extension, and may change in future releases
12+
313## 0.18.0 - 2022-06-07
414
515Full Changelog: [ v0.17.2...v0.18.0] ( https://github.com/executablebooks/MyST-Parser/compare/v0.17.2...v0.18.0 )
Original file line number Diff line number Diff line change 11"""An extended commonmark compliant parser, with bridges to docutils & sphinx."""
2- __version__ = "0.18.0 "
2+ __version__ = "0.18.1 "
33
44
55def setup (app ):
You can’t perform that action at this time.
0 commit comments