aboutsummaryrefslogtreecommitdiffstats
path: root/markdown.py
Commit message (Expand)AuthorAgeFilesLines
* Updated misc/some-test to test line breaks in list items and removed the "inl...Waylan Limberg2007-10-111-9/+5
* Replace LineBreaks preprocessor with an inlinePattern and update tests. Blank...Waylan Limberg2007-10-111-17/+14
* Added textPreprocessor - all missing chnages in 1.6b should now be in trunk.Waylan Limberg2007-10-091-6/+8
* 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 w...Waylan Limberg2007-10-081-2/+2
* Fixed lazy blockquote and added testsWaylan Limberg2007-10-081-2/+9
* 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
* Revised the documentation section of the file. Added version attributeYuri Takhteyev2007-03-251-18/+18
* Fixed another small bug in case of a list item starting with a Yuri Takhteyev2007-03-251-3/+5
* Handle unbalanced block-level tags.Yuri Takhteyev2007-03-251-1/+8
* 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
* Got rid of some side effects of the new bug fixes.Yuri Takhteyev2007-03-191-6/+20
* Fixed a bug introduced in the previous version (ampersands were no Yuri Takhteyev2007-03-191-8/+25
* March 18, 2007: Fixed or merged a bunch of minor bugs, includingYuri Takhteyev2007-03-181-54/+68
* version 1.6aYuri Takhteyev2007-01-101-12/+29
* 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 h...Yuri Takhteyev2006-05-191-3/+16
* 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
* Removed recursionYuri Takhteyev2006-03-251-26/+40
* Converted some instance variables to class variables (patch from Stelios Xant...Yuri Takhteyev2006-03-131-7/+16
* 'Smart' emphasis, some extensions to NanoDomYuri Takhteyev2006-03-111-8/+20
* First SVN submission = Version 1.3Yuri Takhteyev2006-03-111-0/+1746