forked from mitya57/python-markdown-math
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog
40 lines (29 loc) · 1.13 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Version 0.6, 2018-06-13
=======================
* Include LICENSE and tests in the tarball.
Version 0.5, 2018-05-03
=======================
* Re-upload with fixed metadata and description.
Version 0.4, 2018-05-03
=======================
* Added AsciiMath support. To switch from LaTeX syntax to AsciiMath,
set the “use_asciimath” configuration option to true.
* The dollar sign can now be escaped when the “enable_dollar_delimiter”
option is enabled (\$ produces $).
* Inline math can now be used inside standalone math.
Version 0.3, 2017-03-24
=======================
* Added “add_preview” configuration option, which adds preview nodes
as recognized by MathJax before every script node.
- Thanks to Antoine Amarilli and Danni Randeris for their initial work.
* Added a test suite.
* Documentation improvements.
Version 0.2, 2015-12-05
=======================
* Fix compatibility with earlier Python-Markdown versions.
- Thanks to Bryan A. Jones for the contribution.
* Add installation instructions from PyPI.
- Thanks to Drew Hubl for the contribution.
Version 0.1, 2015-08-12
=======================
* Initial release.