Skip to content

Commit

Permalink
🚀 RELEASE: v0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Aug 27, 2020
1 parent 651b957 commit bf7fd80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## 0.12.5 - 2020-28-08

✨ NEW: Add Markdown figure syntax
Setting `myst_figure_enable = True` in your sphinx `conf.py`, combines the above two extended syntaxes,
to create a fully Markdown compliant version of the `figure` directive.
See [Markdown Figures](https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html#markdown-figures) for details.

## 0.12.4 - 2020-27-08

👌 IMPROVE: the mathjax extension is now only overridden if strictly necessary (to support dollar and ams math), and the override is more precise, to mitigate any unwanted side-effects
Expand Down
2 changes: 1 addition & 1 deletion myst_parser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.12.4"
__version__ = "0.12.5"


def setup(app):
Expand Down

0 comments on commit bf7fd80

Please sign in to comment.