aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release-2.3.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2013-02-10 15:00:28 -0500
committerWaylan Limberg <waylan@gmail.com>2013-02-10 15:00:28 -0500
commite04deb5210fb121ae30999da1d32285b9d7c8406 (patch)
treeb5093aa678ef6083e3c6ed5e7ffdb69778624e12 /docs/release-2.3.txt
parentf3e389c4573f88fa3d336de560141e1524390667 (diff)
downloadmarkdown-e04deb5210fb121ae30999da1d32285b9d7c8406.tar.gz
markdown-e04deb5210fb121ae30999da1d32285b9d7c8406.tar.bz2
markdown-e04deb5210fb121ae30999da1d32285b9d7c8406.zip
Update docs/release-2.3.txt
Diffstat (limited to 'docs/release-2.3.txt')
-rw-r--r--docs/release-2.3.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/release-2.3.txt b/docs/release-2.3.txt
index 9c53d12..37c42d9 100644
--- a/docs/release-2.3.txt
+++ b/docs/release-2.3.txt
@@ -32,6 +32,14 @@ you are outputing XHTML (the default) or HTML4.
What's New in Python-Markdown 2.3
---------------------------------
+Added the [Adminition Extension] which implements [rST-style][rST] admonitions
+to the Markdown syntax. However, be warned that this extension is experimental
+and the syntax and behavior is still subject to change. Please try it out and
+report bugs/improvements.
+
+[Adminition Extension]: extensions/adminition.html
+[rST]: http://docutils.sourceforge.net/docs/ref/rst/directives.html#specific-admonitions
+
Various bug fixes have been made. See the
[commit log](https://github.com/waylan/Python-Markdown/commits/master)
for a complete history of the changes.