diff options
-rw-r--r-- | docs/release-2.3.txt | 8 |
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. |