Skip to content

Commit ea72dda

Browse files
authored
🚀 RELEASE: v0.11.2 (#211)
1 parent e843eaa commit ea72dda

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change log
22

3+
## 0.11.2 - 2020-13-07
4+
5+
### Added ✨
6+
7+
- `<img src="file.png" width="200px">` tag parsing to sphinx representation, see [the image syntax guide](https://myst-parser.readthedocs.io/en/latest/using/syntax.html#images)
8+
9+
### Improved 👌
10+
11+
- `[title](link)` syntax now works with intersphinx references.
12+
Recognised URI schemas can also be configured, see the [configuration options](https://myst-parser.readthedocs.io/en/latest/using/intro.html#myst-configuration-options)
13+
314
## 0.11.1 - 2020-12-07
415

516
### Fix

myst_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.11.1"
1+
__version__ = "0.11.2"
22

33

44
def setup(app):

0 commit comments

Comments
 (0)