You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Change log
2
2
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)).
0 commit comments