FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Tags · brondsem/python-textile · GitHub

Tags: brondsem/python-textile

Tags

3.0.3

Toggle 3.0.3's commit message
BUGFIX: Improve handling code block following extended p block (texti…

…le#63)

3.0.2

Toggle 3.0.2's commit message
Version 3.0.2

* BUGFIX: Fix for multiple multi-line paragraphs. ("textile#62":textile#62)

3.0.1

Toggle 3.0.1's commit message
Version 3.0.1

* BUGFIX: Fix improper handling of extended code blocks. (textile#61)

3.0.0

Toggle 3.0.0's commit message
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))

2.3.16

Toggle 2.3.16's commit message
* 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))

2.3.15

Toggle 2.3.15's commit message
* Bugfix: Don't break on unicode characters in the fragment of a url.

2.3.14

Toggle 2.3.14's commit message
Bugfix: Fix textile on Python 2.6 (( textile#48 )[textile#48])

2.3.13

Toggle 2.3.13's commit message
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])

2.3.12

Toggle 2.3.12's commit message
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@

2.3.11

Toggle 2.3.11's commit message
h2. Version 2.3.11

* Bugfix: Don't strip leading dot from image URIs ("textile#42":textile#42)

Back | FazBrowse Home | New Git URL