Skip to content

Commit e7a2ba6

Browse files
authored
🚀 RELEASE: v0.12.0 (#218)
1 parent eab8d5b commit e7a2ba6

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## 0.12.0 - 2020-19-08
4+
5+
### ‼️ BREAKING
6+
7+
If you are using math in your documents, be sure to read the updated [Math syntax guide](https://myst-parser.readthedocs.io/en/latest/using/syntax.html#math-shortcuts)!
8+
In particular, the Mathjax configuration is now overridden, such that LaTeX environments will only be rendered if `myst_amsmath_enable=True` is set.
9+
10+
The `myst_math_delimiters` option has also been removed (please open an issue if you would like brackets math parsing to be re-implemented).
11+
12+
In addition the `myst_html_img` option name has been changed to `myst_html_img_enable`.
13+
14+
Some underlying code has also been refactored, to centralise handling of configuration options (see [commit 98573b9](https://github.com/executablebooks/MyST-Parser/commit/98573b9c6e3602ab31d627b5266ae5c1ba2c9e5f)).
15+
16+
### Improved 👌
17+
18+
More configuration options for math parsing (see [MyST configuration options](https://myst-parser.readthedocs.io/en/latest/using/intro.html#myst-configuration-options)).
19+
320
## 0.11.2 - 2020-13-07
421

522
### Added ✨

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.2"
1+
__version__ = "0.12.0"
22

33

44
def setup(app):

0 commit comments

Comments
 (0)