* Add Textile markup. * reStructuredText markup now supports file names and settings overrides. * Web module now raises WebUpdateError when updating fails.
0.3
=======================
* MathJax support in Markdown has been improved and no longer relies on tex2jax extension. * It is now possible to pass extensions list to MarkdownMarkup constructor. * Pygments style is now configurable. * Testsuite improvements.
0.2.3
=========================
* Fix support for custom working directory in web module. * Bug fixes in Markdown module and tests.
0.2.2
=========================
* Re-written math support for Markdown. * Add tests to the tarball. * Add example template for web module. * Bug fixes in Markdown and web modules.
0.2.1
=========================
* Add caching support, to speed up get_document_body function. * Add testsuite. * Fix some bugs in markdown module.