You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** Fix double-encoding of code blocks ("#21":https://github.com/textile/python-textile/issues/21)
13
+
** Fix handling of scheme in self-linked URLs ("#16":https://github.com/textile/python-textile/issues/16)
14
+
** Fix Markup not parsed if followed by certain characters ("#22":Markup not parsed if followed by certain characters)
15
+
* Convert testing over to "py.test":http://pytest.org/, improving unicode testing
16
+
* Update functionality for tables, notelists, and footnotes. This involved a major reworking of parts of the code, but it should now match php-textile and txstyle.org precisely. Please file an issue for any bugs you come across.
17
+
18
+
h2. Version 2.2.2
19
+
20
+
* bugfix: "regex":https://pypi.python.org/pypi/regex is now an optional dependency
21
+
22
+
h2. Version 2.2.1
4
23
5
24
* drop textilefactory support for html.
6
25
* Various development-related bugfixes.
7
26
* Added this changelog.
8
27
9
-
h1. Version 2.2.0
28
+
h2. Version 2.2.0
10
29
11
30
* Started refactoring the code to be less repetitive. @textile.Textile().parse()@ is a little more friendly than @textile.Textile().textile()@ There may be more work to be done on this front to make the flow a little smoother.
12
31
* We now support versions 2.6 - 3.4 (including 3.2) using the same codebase. Many thanks to Radek Czajka for this.
13
32
* Drop support for html4. We now only output xhtml or html5.
14
33
* Various development-related bugfixes.
15
34
16
-
h1. Version 2.1.8
35
+
h2. Version 2.1.8
17
36
18
37
* Add support for html5 output.
19
38
* Lots of new functionality added bringing us in line with the official Textile 2.4
0 commit comments