11title: Change Log
22prev_title: Test Suite
33prev_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
66
77Python-Markdown Changelog
88=========================
@@ -28,8 +28,8 @@ Jan 2009: Added HTML 4 output as an option (thanks Eric Abrahamsen)
2828Nov 2008: Added Definistion List ext. Replaced old core with BlockProcessors.
2929Broken up into multiple files.
3030
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
3333OrderedDEict. Renamed various processors to better reflect what they actually
3434do. Refactored footnote ext to match php Extra's output.
3535
@@ -41,19 +41,19 @@ August 18 2008: Reorganized directory structure. Added a 'docs' dir
4141and moved all extensions into a 'markdown-extensions' package.
4242Added additional documentation and a few bug fixes. (v2.0-beta)
4343
44- August 4 2008: Updated included extensions to ElementTree. Added a
44+ August 4 2008: Updated included extensions to ElementTree. Added a
4545seperate commanline script. (v2.0-alpha)
4646
4747July 2008: Switched from home-grown NanoDOM to ElementTree and
4848various related bugs (thanks Artem Yunusov).
4949
50- June 2008: Fixed issues with nested inline patterns and cleaned
50+ June 2008: Fixed issues with nested inline patterns and cleaned
5151up testing framework (thanks Artem Yunusov).
5252
5353May 2008: Added a number of additional extensions to the
5454distribution and other minor changes. Moved repo to git from svn.
5555
56- Mar 2008: Refactored extension api to accept either an
56+ Mar 2008: Refactored extension api to accept either an
5757extension name (as a string) or an instance of an extension
5858(Thanks David Wolever). Fixed various bugs and added doc strings.
5959
@@ -74,27 +74,27 @@ and markdown as per list discussion. Clean up in prep for 1.7.
7474Nov 29, 2007: Added support for images inside links. Also fixed
7575a few bugs in the footnote extension.
7676
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
7979long of a document as your memory can handle.
8080
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
8282escaping option.
8383
8484Nov 3, 2007: Fixed convert method to accept empty strings.
8585
86- Oct 30, 2007: Fixed BOM removal (thanks Malcolm Tredinnick). Fixed
86+ Oct 30, 2007: Fixed BOM removal (thanks Malcolm Tredinnick). Fixed
8787infinite loop in bracket regex for inline links.
8888
89- Oct 11, 2007: LineBreaks is now an inlinePattern. Fixed HR in
89+ Oct 11, 2007: LineBreaks is now an inlinePattern. Fixed HR in
9090blockquotes. Refactored _processSection method (see tracker #1793419).
9191
9292Oct 9, 2007: Added textPreprocessor (from 1.6b).
9393
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.
9595Fixed empty inline image link.
9696
97- Oct 7, 2007: Limit recursion on inlinePatterns. Added a 'safe' tag
97+ Oct 7, 2007: Limit recursion on inlinePatterns. Added a 'safe' tag
9898to htmlStash.
9999
100100March 18, 2007: Fixed or merged a bunch of minor bugs, including
@@ -112,7 +112,7 @@ with ampersand normalization and html blocks.
112112July 10, 2006: Switched to using optparse. Added proper support for
113113unicode.
114114
115- July 9, 2006: Fixed the `<
[email protected] >` problem (Tracker #1501354).
115+ July 9, 2006: Fixed the `<
[email protected] >` problem (Tracker #1501354).
116116
117117May 18, 2006: Stopped catching unquoted titles in reference links.
118118Stopped creating blank headers.
0 commit comments