aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Previous commit (r42) was supposed to update the misc/two-spaces test so ↵Waylan Limberg2007-10-112-0/+36
| | | | here it is.
* Updated misc/some-test to test line breaks in list items and removed the ↵Waylan Limberg2007-10-111-9/+5
| | | | "inline" tag on the htmlStash - The old Linebreaks proprocessor was the only thing using it.
* Replace LineBreaks preprocessor with an inlinePattern and update tests. ↵Waylan Limberg2007-10-116-50/+31
| | | | Blank lines (" \n") and headers no longer get linebreaks and the two spaces are no longer preserved.
* Added textPreprocessor - all missing chnages in 1.6b should now be in trunk.Waylan Limberg2007-10-091-6/+8
|
* Updated tests/misc/more_comments.html to match 1.6 - fixes [1794694]Waylan Limberg2007-10-091-0/+10
|
* Removed whitespace from numeric entity test that shouldn't be there.Waylan Limberg2007-10-081-1/+1
|
* Empty inline image link - fixed [1799251]Waylan Limberg2007-10-081-1/+4
|
* fixed whitespace handling to match 1.6b - a codeblock on the first line now ↵Waylan Limberg2007-10-081-2/+2
| | | | works.
* Fixed lazy blockquote and added testsWaylan Limberg2007-10-085-2/+41
|
* Added `safe` & `inline` tags to htmlStash to fix a few bugsWaylan Limberg2007-10-071-9/+20
|
* Limit recursion in inlinePatterns to patterns not yet runWaylan Limberg2007-10-071-5/+8
|
* checking if the revision string worksYuri Takhteyev2007-03-250-0/+0
|
* Revised the documentation section of the file. Added version attributeYuri Takhteyev2007-03-251-18/+18
| | | | | | to the module.
* Fixed another small bug in case of a list item starting with a Yuri Takhteyev2007-03-251-3/+5
| | | | | blank line (didn't work in 1.6a either)
* Support for mismatched block-level html tags.Yuri Takhteyev2007-03-252-0/+12
|
* Handle unbalanced block-level tags.Yuri Takhteyev2007-03-251-1/+8
|
* Added test casesYuri Takhteyev2007-03-25136-0/+5116
|
* Added a test scriptYuri Takhteyev2007-03-251-0/+355
|
* Added support for bidirectional text and BOM removal.Yuri Takhteyev2007-03-251-66/+161
|
* Changed the default conversion method to pass the text to the convert() Yuri Takhteyev2007-03-191-6/+9
| | | | | | | | | | | | | | method (was "toString()") rather than to the constructor. The idea is to get rid of the parameter in the constructor later, so that the standard pattern would be: markdown.Markdown().convert(text) rather than str(markdown.Markdown(text))
* Got rid of some side effects of the new bug fixes.Yuri Takhteyev2007-03-191-6/+20
|
* Fixed a GUID issue.Yuri Takhteyev2007-03-191-1/+6
|
* Added support for content inside CDATA.Yuri Takhteyev2007-03-191-0/+115
|
* Fixed a bug introduced in the previous version (ampersands were no Yuri Takhteyev2007-03-191-8/+25
| | | | | | longer normalized) and added support for a CDATA node in NanoDom.
* Added extensions to setup.pyYuri Takhteyev2007-03-181-0/+13
|
* Updates to the website for 1.6bYuri Takhteyev2007-03-183-25/+125
|
* March 18, 2007: Fixed or merged a bunch of minor bugs, includingYuri Takhteyev2007-03-181-54/+68
| | | | | | | multi-line comments and markup inside links. (Tracker #s: 1683066, 1671153, 1661751, 1627935, 1544371, 1458139.) -> v. 1.6b
* version 1.6aYuri Takhteyev2007-01-101-12/+29
|
* v 1.6Yuri Takhteyev2006-10-121-0/+92
|
* v 1.6Yuri Takhteyev2006-10-121-82/+163
|
* v 1.6Yuri Takhteyev2006-10-121-0/+252
|
* v 1.6Yuri Takhteyev2006-10-121-534/+234
|
* tracker #1501354Yuri Takhteyev2006-07-101-7/+9
|
* Stopped catching unquoted titles in reference links. Stopped creating blank ↵Yuri Takhteyev2006-05-191-3/+16
| | | | headers.
* Another revision for for multi-paragraph html (from hukeli)Yuri Takhteyev2006-05-171-7/+24
|
* Added multi-paragraph HTML supportYuri Takhteyev2006-05-161-9/+58
|
* Version 1.5Yuri Takhteyev2006-05-161-37/+130
|
* First checkin of odt2txt.Yuri Takhteyev2006-04-071-0/+465
|
* Removed recursionYuri Takhteyev2006-03-251-26/+40
|
* Converted some instance variables to class variables (patch from Stelios ↵Yuri Takhteyev2006-03-131-7/+16
| | | | Xanthakis)
* Markdown source of the home page as of March 9, 2006Yuri Takhteyev2006-03-111-0/+198
|
* 'Smart' emphasis, some extensions to NanoDomYuri Takhteyev2006-03-111-8/+20
|
* First SVN submission = Version 1.3Yuri Takhteyev2006-03-111-0/+1746