1
1
title: Change Log
2
2
prev_title: Test Suite
3
3
prev_url: test_suite.html
4
- next_title: Release Notes for v2.1.1
5
- next_url: release-2.1.1 .html
4
+ next_title: Release Notes for v2.2.0
5
+ next_url: release-2.2.0 .html
6
6
7
7
Python-Markdown Changelog
8
8
=========================
@@ -28,8 +28,8 @@ Jan 2009: Added HTML 4 output as an option (thanks Eric Abrahamsen)
28
28
Nov 2008: Added Definistion List ext. Replaced old core with BlockProcessors.
29
29
Broken up into multiple files.
30
30
31
- Oct 2008: Changed logging behavior to work better with other systems.
32
- Refactored tree tarversing. Added treap implementation, then replaced with
31
+ Oct 2008: Changed logging behavior to work better with other systems.
32
+ Refactored tree tarversing. Added treap implementation, then replaced with
33
33
OrderedDEict. Renamed various processors to better reflect what they actually
34
34
do. Refactored footnote ext to match php Extra's output.
35
35
@@ -41,19 +41,19 @@ August 18 2008: Reorganized directory structure. Added a 'docs' dir
41
41
and moved all extensions into a 'markdown-extensions' package.
42
42
Added additional documentation and a few bug fixes. (v2.0-beta)
43
43
44
- August 4 2008: Updated included extensions to ElementTree. Added a
44
+ August 4 2008: Updated included extensions to ElementTree. Added a
45
45
seperate commanline script. (v2.0-alpha)
46
46
47
47
July 2008: Switched from home-grown NanoDOM to ElementTree and
48
48
various related bugs (thanks Artem Yunusov).
49
49
50
- June 2008: Fixed issues with nested inline patterns and cleaned
50
+ June 2008: Fixed issues with nested inline patterns and cleaned
51
51
up testing framework (thanks Artem Yunusov).
52
52
53
53
May 2008: Added a number of additional extensions to the
54
54
distribution and other minor changes. Moved repo to git from svn.
55
55
56
- Mar 2008: Refactored extension api to accept either an
56
+ Mar 2008: Refactored extension api to accept either an
57
57
extension name (as a string) or an instance of an extension
58
58
(Thanks David Wolever). Fixed various bugs and added doc strings.
59
59
@@ -74,27 +74,27 @@ and markdown as per list discussion. Clean up in prep for 1.7.
74
74
Nov 29, 2007: Added support for images inside links. Also fixed
75
75
a few bugs in the footnote extension.
76
76
77
- Nov 19, 2007: `message` now uses python's logging module. Also removed
78
- limit imposed by recursion in `_process_section()`. You can now parse as
77
+ Nov 19, 2007: `message` now uses python's logging module. Also removed
78
+ limit imposed by recursion in `_process_section()`. You can now parse as
79
79
long of a document as your memory can handle.
80
80
81
- Nov 5, 2007: Moved safe_mode code to a textPostprocessor and added
81
+ Nov 5, 2007: Moved safe_mode code to a textPostprocessor and added
82
82
escaping option.
83
83
84
84
Nov 3, 2007: Fixed convert method to accept empty strings.
85
85
86
- Oct 30, 2007: Fixed BOM removal (thanks Malcolm Tredinnick). Fixed
86
+ Oct 30, 2007: Fixed BOM removal (thanks Malcolm Tredinnick). Fixed
87
87
infinite loop in bracket regex for inline links.
88
88
89
- Oct 11, 2007: LineBreaks is now an inlinePattern. Fixed HR in
89
+ Oct 11, 2007: LineBreaks is now an inlinePattern. Fixed HR in
90
90
blockquotes. Refactored _processSection method (see tracker #1793419).
91
91
92
92
Oct 9, 2007: Added textPreprocessor (from 1.6b).
93
93
94
- Oct 8, 2008: Fixed Lazy Blockquote. Fixed code block on first line.
94
+ Oct 8, 2008: Fixed Lazy Blockquote. Fixed code block on first line.
95
95
Fixed empty inline image link.
96
96
97
- Oct 7, 2007: Limit recursion on inlinePatterns. Added a 'safe' tag
97
+ Oct 7, 2007: Limit recursion on inlinePatterns. Added a 'safe' tag
98
98
to htmlStash.
99
99
100
100
March 18, 2007: Fixed or merged a bunch of minor bugs, including
@@ -112,7 +112,7 @@ with ampersand normalization and html blocks.
112
112
July 10, 2006: Switched to using optparse. Added proper support for
113
113
unicode.
114
114
115
- July 9, 2006: Fixed the `<
[email protected] >` problem (Tracker #1501354).
115
+ July 9, 2006: Fixed the `<
[email protected] >` problem (Tracker #1501354).
116
116
117
117
May 18, 2006: Stopped catching unquoted titles in reference links.
118
118
Stopped creating blank headers.
0 commit comments