@@ -4,20 +4,20 @@ prev_url: test_suite.html
44next_title: Release Notes for v2.6
55next_url: release-2.6.html
66
7- Python-Markdown Changelog
7+ Python-Markdown Change Log
88=========================
99
1010____________: Released version 2.6 ([Notes](release-2.6.html)).
1111
12- Nov 19, 2014: Released version 2.5.2 (a bugfix release).
12+ Nov 19, 2014: Released version 2.5.2 (a bug-fix release).
1313
14- Sept 26, 2014: Released version 2.5.1 (a bugfix release).
14+ Sept 26, 2014: Released version 2.5.1 (a bug-fix release).
1515
1616Sept 12, 2014: Released version 2.5.0 ([Notes](release-2.5.html)).
1717
1818Feb 16, 2014: Released version 2.4.0 ([Notes](release-2.4.html)).
1919
20- Mar 22, 2013: Released version 2.3.1 (a bugfix release).
20+ Mar 22, 2013: Released version 2.3.1 (a bug-fix release).
2121
2222Mar 14, 2013: Released version 2.3.0 ([Notes](release-2.3.html))
2323
@@ -43,24 +43,24 @@ Feb 2009: Added support for multi-level lists to new Blockprocessors.
4343
4444Jan 2009: Added HTML 4 output as an option (thanks Eric Abrahamsen)
4545
46- Nov 2008: Added Definistion List ext. Replaced old core with BlockProcessors .
46+ Nov 2008: Added Definition List ext. Replaced old core with Blockprocessors .
4747Broken up into multiple files.
4848
4949Oct 2008: Changed logging behavior to work better with other systems.
50- Refactored tree tarversing . Added treap implementation, then replaced with
51- OrderedDEict . Renamed various processors to better reflect what they actually
52- do. Refactored footnote ext to match php Extra's output.
50+ Refactored tree traversing . Added ` treap` implementation, then replaced with
51+ OrderedDict . Renamed various processors to better reflect what they actually
52+ do. Refactored footnote ext to match PHP Extra's output.
5353
54- Sept 2008: Moved prettifyTree to a Postprocessor, replaced wikilink ext
55- with wikilinks (note the s) ext (uses bracketed links instead of CamelCase)
54+ Sept 2008: Moved ` prettifyTree` to a Postprocessor, replaced WikiLink ext
55+ with WikiLinks (note the s) ext (uses bracketed links instead of CamelCase)
5656and various bug fixes.
5757
58- August 18 2008: Reorganized directory structure. Added a 'docs' dir
58+ August 18 2008: Reorganized directory structure. Added a 'docs' directory
5959and moved all extensions into a 'markdown-extensions' package.
6060Added additional documentation and a few bug fixes. (v2.0-beta)
6161
6262August 4 2008: Updated included extensions to ElementTree. Added a
63- seperate commanline script. (v2.0-alpha)
63+ separate command line script. (v2.0-alpha)
6464
6565July 2008: Switched from home-grown NanoDOM to ElementTree and
6666various related bugs (thanks Artem Yunusov).
@@ -69,24 +69,24 @@ June 2008: Fixed issues with nested inline patterns and cleaned
6969up testing framework (thanks Artem Yunusov).
7070
7171May 2008: Added a number of additional extensions to the
72- distribution and other minor changes. Moved repo to git from svn.
72+ distribution and other minor changes. Moved repository to git from svn.
7373
74- Mar 2008: Refactored extension api to accept either an
74+ Mar 2008: Refactored extension API to accept either an
7575extension name (as a string) or an instance of an extension
7676(Thanks David Wolever). Fixed various bugs and added doc strings.
7777
78- Feb 2008: Various bugfixes mostly regarding extensions.
78+ Feb 2008: Various bug-fixes mostly regarding extensions.
7979
8080Feb 18, 2008: Version 1.7.
8181
8282Feb 13, 2008: A little code cleanup and better documentation
83- and inheritance for pre/post proccessors .
83+ and inheritance for Preprocessors/Postprocessors .
8484
85- Feb 9, 2008: Doublequotes no longer html escaped and rawhtml
85+ Feb 9, 2008: Double-quotes no longer HTML escaped and raw HTML
8686honors `<?foo>`, `<@foo>`, and `<%foo>` for those who run markdown on
8787template syntax.
8888
89- Dec 12, 2007: Updated docs. Removed encoding arg from Markdown
89+ Dec 12, 2007: Updated docs. Removed encoding argument from Markdown
9090and markdown as per list discussion. Clean up in prep for 1.7.
9191
9292Nov 29, 2007: Added support for images inside links. Also fixed
@@ -96,65 +96,65 @@ Nov 19, 2007: `message` now uses python's logging module. Also removed
9696limit imposed by recursion in `_process_section()`. You can now parse as
9797long of a document as your memory can handle.
9898
99- Nov 5, 2007: Moved safe_mode code to a textPostprocessor and added
99+ Nov 5, 2007: Moved ` safe_mode` code to a ` textPostprocessor` and added
100100escaping option.
101101
102102Nov 3, 2007: Fixed convert method to accept empty strings.
103103
104- Oct 30, 2007: Fixed BOM removal (thanks Malcolm Tredinnick). Fixed
105- infinite loop in bracket regex for inline links.
104+ Oct 30, 2007: Fixed ` BOM` removal (thanks Malcolm Tredinnick). Fixed
105+ infinite loop in bracket regular expression for inline links.
106106
107- Oct 11, 2007: LineBreaks is now an inlinePattern. Fixed HR in
108- blockquotes. Refactored _processSection method (see tracker #1793419).
107+ Oct 11, 2007: ` LineBreaks` is now an ` inlinePattern` . Fixed `HR` in
108+ blockquotes. Refactored ` _processSection` method (see tracker #1793419).
109109
110- Oct 9, 2007: Added textPreprocessor (from 1.6b).
110+ Oct 9, 2007: Added ` textPreprocessor` (from 1.6b).
111111
112112Oct 8, 2008: Fixed Lazy Blockquote. Fixed code block on first line.
113113Fixed empty inline image link.
114114
115- Oct 7, 2007: Limit recursion on inlinePatterns . Added a 'safe' tag
116- to htmlStash.
115+ Oct 7, 2007: Limit recursion on inline patterns . Added a 'safe' tag
116+ to ` htmlStash` .
117117
118118March 18, 2007: Fixed or merged a bunch of minor bugs, including
119119multi-line comments and markup inside links. (Tracker #s: 1683066,
1201201671153, 1661751, 1627935, 1544371, 1458139.) -> v. 1.6b
121121
122122Oct 10, 2006: Fixed a bug that caused some text to be lost after
123- comments. Added "safe mode" (user's html tags are removed).
123+ comments. Added "safe mode" (user's HTML tags are removed).
124124
125- Sept 6, 2006: Added exception for PHP tags when handling html blocks.
125+ Sept 6, 2006: Added exception for PHP tags when handling HTML blocks.
126126
127127August 7, 2006: Incorporated Sergej Chodarev's patch to fix a problem
128- with ampersand normalization and html blocks.
128+ with ampersand normalization and HTML blocks.
129129
130- July 10, 2006: Switched to using optparse. Added proper support for
131- unicode .
130+ July 10, 2006: Switched to using ` optparse` . Added proper support for
131+ Unicode .
132132
133133July 9, 2006: Fixed the `<
[email protected] >` problem (Tracker #1501354).
134134
135135May 18, 2006: Stopped catching unquoted titles in reference links.
136136Stopped creating blank headers.
137137
138138May 15, 2006: A bug with lists, recursion on block-level elements,
139- run-in headers, spaces before headers, unicode input (thanks to Aaron
139+ run-in headers, spaces before headers, Unicode input (thanks to Aaron
140140Swartz). Sourceforge tracker #s: 1489313, 1489312, 1489311, 1488370,
1411411485178, 1485176. (v. 1.5)
142142
143143Mar. 24, 2006: Switched to a not-so-recursive algorithm with
144- _handleInline. (Version 1.4)
144+ ` _handleInline` . (Version 1.4)
145145
146146Mar. 15, 2006: Replaced some instance variables with class variables
147147(a patch from Stelios Xanthakis). Chris Clark's new regexps that do
148- not trigger midword underlining.
148+ not trigger mid-word underlining.
149149
150150Feb. 28, 2006: Clean-up and command-line handling by Stewart
151151Midwinter. (Version 1.3)
152152
153153Feb. 24, 2006: Fixed a bug with the last line of the list appearing
154- again as a separate paragraph. Incorporated Chris Clark's "mailto "
154+ again as a separate paragraph. Incorporated Chris Clark's "mail-to "
155155patch. Added support for `<br />` at the end of lines ending in two or
156- more spaces. Fixed a crashing bug when using ImageReferencePattern.
157- Added several utility methods to Nanodom. (Version 1.2)
156+ more spaces. Fixed a crashing bug when using ` ImageReferencePattern` .
157+ Added several utility methods to ` Nanodom` . (Version 1.2)
158158
159159Jan. 31, 2006: Added `hr` and `hr/` to BLOCK_LEVEL_ELEMENTS and
160160changed `<hr/>` to `<hr />`. (Thanks to Sergej Chodarev.)
@@ -165,14 +165,14 @@ getting wrapped in `<pre><code>`. (v. 1.1)
165165Nov. 19, 2005: Made `<!...`, `<?...`, etc. behave like block-level
166166HTML tags.
167167
168- Nov. 14, 2005: Added entity code and email autolink fix by Tiago
168+ Nov. 14, 2005: Added entity code and email auto-link fix by Tiago
169169Cogumbreiro. Fixed some small issues with backticks to get 100%
170170compliance with John's test suite. (v. 1.0)
171171
172- Nov. 7, 2005: Added an unlink method for documents to aid with memory
172+ Nov. 7, 2005: Added an ` unlink` method for documents to aid with memory
173173collection (per Doug Sauder's suggestion).
174174
175- Oct. 29, 2005: Restricted a set of html tags that get treated as
175+ Oct. 29, 2005: Restricted a set of HTML tags that get treated as
176176block-level elements.
177177
178178Sept. 18, 2005: Refactored the whole script to make it easier to
@@ -193,8 +193,8 @@ pretty-printing. (v. 0.7)
193193Aug. 13, 2005: Fixed a number of small bugs in order to conform to the
194194test suite. (v. 0.6)
195195
196- Aug. 11, 2005: Added support for inline html and entities, inline
197- images, autolinks , underscore emphasis. Cleaned up and refactored the
196+ Aug. 11, 2005: Added support for inline HTML and entities, inline
197+ images, auto-links , underscore emphasis. Cleaned up and refactored the
198198code, added some more comments.
199199
200200Feb. 19, 2005: Rewrote the handling of high-level elements to allow
@@ -203,7 +203,7 @@ multi-line list items and all sorts of nesting.
203203Feb. 3, 2005: Reference-style links, single-line lists, backticks,
204204escape, emphasis in the beginning of the paragraph.
205205
206- Nov. 2004: Added links, blockquotes, html blocks to Manfred
206+ Nov. 2004: Added links, blockquotes, HTML blocks to Manfred
207207Stienstra's code
208208
209209Apr. 2004: Manfred's version at <http://www.dwerg.net/projects/markdown/>
0 commit comments