From b7ea635a8987d89e87a905f6751d724b67ed2796 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Fri, 28 Aug 2020 09:43:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v0.12.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ myst_parser/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13fa01b6..543f034c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ Setting `myst_figure_enable = True` in your sphinx `conf.py`, combines the above 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. +(👌 formatting of caption improved in 0.12.6) + ## 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 diff --git a/myst_parser/__init__.py b/myst_parser/__init__.py index c308bf58..71d4bd9c 100644 --- a/myst_parser/__init__.py +++ b/myst_parser/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.12.5" +__version__ = "0.12.6" def setup(app):