We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586d10b commit 49ea0acCopy full SHA for 49ea0ac
changelog
@@ -1,3 +1,11 @@
1
+Version 0.8, 2020-11-03
2
+=======================
3
+
4
+* GitLab-style math blocks are now supported in nested environments such
5
+ as lists.
6
+ - Thanks to Ran Shaham for the contribution.
7
+* Tests now pass with Python-Markdown 3.3.
8
9
Version 0.7, 2020-06-19
10
=======================
11
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = python-markdown-math
-version = 0.7
+version = 0.8
description = Math extension for Python-Markdown
long_description = file: README.md
long_description_content_type = text/markdown
0 commit comments