| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Version 3.0.2
* BUGFIX: Fix for multiple multi-line paragraphs. ("textile#62":textile#62)
Version 3.0.1 * BUGFIX: Fix improper handling of extended code blocks. (textile#61)
Version 3.0.0 * Drop support for Python 2.6 and 3.2. * Update to the current version of html5lib * Bugfixes: ** Fix handling of HTML entities in extended pre blocks. ([textile#55](textile#55)) ** Empty definitions in definition lists raised an exception ([textile#56](textile#56)) ** Fix handling of unicode in img attributes ([textile#58](textile#58))
* Bugfixes:
* Fix processing of extended code blocks ([textile#50](textile#50))
* Don't break when links fail to include "http:" ([textile#51](textile#51))
* Better handling of poorly-formatted tables ([textile#52](textile#52))
Bugfix: Fix textile on Python 2.6 (( textile#48 )[textile#48])
Version 2.3.13 * Remove extraneous arguments from textile method. These were originally added long ago to work with django, but markup languages are long gone from django. * Bugfix: Don't mangle percent-encoded URLs so much. ((textile#45)[textile#45]) * Bugfix: More fixes for poorly-formatted lists. ((textile#46)[textile#46]) * Bugfix: Improve handling of whitespace in pre-formatted blocks. This now matches php-textile's handling of pre blocks much more closely. ((textile#47)[textile#47])
Verion 2.3.12
* Bugfix: Don't die on pre blocks with unicode characters. ("textile#43":textile#43)
* Bugfix: Fix regressions introduced into the code between 2.2.2 and 2.3.11. (Special thanks to "@adam-iris":https://github.com/adam-iris for providing pull request "textile#44":textile#44)
* Bugfix: Don't just die when processing poorly-formatted textile lists. ("textile#37":textile#37)
* Add Python 3.6 to testing.
* Add a "print the version string and exit" argument to the cli tool: @pytextile -v@
h2. Version 2.3.11
* Bugfix: Don't strip leading dot from image URIs ("textile#42":textile#42)
| Back | FazBrowse Home | New Git URL |