Releases: textile/python-textile
Releases · textile/python-textile
Version 2.3.5
- Bugfix: Correctly handle unicode text in url query-strings. (#36)
Version 2.3.4
Version 2.3.4
- Bugfix: fix an issue with extended block code
- Remove misplaced shebang on non-callable files.
- Packaging: Add test-command to setup.py directly.
- Packaging: Included the tests/ directory for source-tarballs, useful for packaging checks. ("#33":#33)
- Add a cli tool
pytextile
which takes textile input and prints html output. Seepytextile -h
for details.
Version 2.3.3
Bugfix release: Fix github issue #30
Version 2.3.2
Bugfix: properly handle ":"
as text, not a link.
Version 2.3.1
Regression bugfix: empty string input returns empty string again.
Version 2.3.0
Updates are listed in CHANGELOG.textile. These are a bunch of updates and fixes that I've been waiting to release for a while now.
2.2.2
Merge branch 'release/2.2.2'