index
:
markdown/.git
master
A Python implementation of John Gruber’s Markdown with Extension support.
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved prettifyETree into a Postprocessor and added code to append all '<br />...
Waylan Limberg
2008-09-04
2
-6
/
+12
*
Replaced indentation with linebreaks only. At least its more consistant - and...
Waylan Limberg
2008-09-03
41
-243
/
+130
*
Oops, forgot to add mismatched-tags test.
Artem Yunusov
2008-08-24
2
-1
/
+18
*
Fixed Ticket 11. Disabled ``indenteTree`` for `pre` and `code` tags. Now
Waylan Limberg
2008-08-22
7
-83
/
+61
*
Fixed Ticket 13. Raw block-level html are no longer being inserted into <p> t...
Waylan Limberg
2008-08-22
11
-39
/
+49
*
Updated tests with raw block level html in them. **Note** these tests do not ...
Waylan Limberg
2008-08-22
3
-13
/
+17
*
Removed executable status on some test files ??? not sure why it was there to...
Waylan Limberg
2008-08-22
4
-0
/
+0
*
Adding unicode tests for Neale's fix. (Those only pass after changing
Yuri Takhteyev
2008-08-20
2
-0
/
+6
*
Changing string to unicode in Neale's fix. Adding test cases.
Yuri Takhteyev
2008-08-20
2
-0
/
+5
*
Forgot to add headers.txt to commit.
Artem Yunusov
2008-08-13
1
-0
/
+4
*
Header test extended.
Artem Yunusov
2008-08-13
1
-2
/
+5
*
A lot of bug fixes, added ElementTree support for extensions, some new tests.
Artem Yunusov
2008-07-31
4
-0
/
+13
*
Missing link defenition bug fixed.
Artem Yunusov
2008-07-22
2
-0
/
+7
*
Ops, forgot to add new test files
Artem Yunusov
2008-07-19
6
-0
/
+55
*
Output bug fixed(stripping text data at the end of processing in _processPlac...
Artem Yunusov
2008-07-15
10
-42
/
+48
*
A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted ...
Artem Yunusov
2008-07-14
55
-820
/
+502
*
Code blocks escaping bug fixed. Some test suite modifications.
Artem Yunusov
2008-07-03
4
-8
/
+6
*
Allow hashes (#) in body of headers -- with tests. Thank you John Szakmeister...
Waylan Limberg
2008-05-14
2
-1
/
+5
*
Added safe_mode to testing framework and soem tests.
Waylan Limberg
2008-03-19
1
-41
/
+51
*
Moved line-endings cleanup from transform to convert method so it runs prior ...
Waylan Limberg
2008-03-06
2
-0
/
+10
*
fixed testing framework to actually use the extensions passed in and a few ot...
Waylan Limberg
2008-03-03
2
-0
/
+0
*
Some tests I forgot to checking with recent commits.
Waylan Limberg
2008-03-03
2
-0
/
+43
*
Fixed bugs involving greedy/non-greedy regexes
David Wolever
2008-02-29
3
-53
/
+3
*
Added svn:ignore properties to test directories, checked in failing test case.
David Wolever
2008-02-18
2
-0
/
+3
*
No longer replacing " with @quot;. Fixes [1862742]
Waylan Limberg
2008-02-09
6
-71
/
+64
*
Adjustments to match unicode policy as discussed on list and other minor
Waylan Limberg
2007-12-13
3
-63
/
+51
*
Added support for images inside links and updated tests. Fixes [1458136].
Waylan Limberg
2007-11-29
3
-48
/
+42
*
Footnotes that end in anyting but a <p> (list, blockquote, codeblock) now have
Waylan Limberg
2007-11-29
1
-44
/
+51
*
Allow repeated calls to md.convert to pass in an empty string. Also fixed tes...
Waylan Limberg
2007-11-03
2
-0
/
+0
*
added tests for codeblock on first line
Waylan Limberg
2007-11-03
2
-0
/
+3
*
Fixed infinite loop in bracket regex and added tests
Waylan Limberg
2007-10-30
2
-0
/
+122
*
Horizontal rules in block quotes with tests. Fixes [1709864].
Waylan Limberg
2007-10-11
2
-0
/
+44
*
Previous commit (r42) was supposed to update the misc/two-spaces test so here...
Waylan Limberg
2007-10-11
2
-0
/
+36
*
Replace LineBreaks preprocessor with an inlinePattern and update tests. Blank...
Waylan Limberg
2007-10-11
4
-26
/
+15
*
Updated tests/misc/more_comments.html to match 1.6 - fixes [1794694]
Waylan Limberg
2007-10-09
1
-0
/
+10
*
Removed whitespace from numeric entity test that shouldn't be there.
Waylan Limberg
2007-10-08
1
-1
/
+1
*
Fixed lazy blockquote and added tests
Waylan Limberg
2007-10-08
4
-0
/
+32
*
Support for mismatched block-level html tags.
Yuri Takhteyev
2007-03-25
2
-0
/
+12
*
Added test cases
Yuri Takhteyev
2007-03-25
94
-0
/
+1505