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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #78. Added support for two line link refs.
Waylan Limberg
2012-02-02
2
-1
/
+7
*
Fixes #64. Added sane_list extension.
Waylan Limberg
2012-01-24
3
-0
/
+40
*
Removed Codehilite from tests.
Waylan Limberg
2012-01-20
2
-32
/
+32
*
It is spelled 'serializers' not 'searializers'.
Waylan Limberg
2012-01-20
1
-7
/
+7
*
Inline html is now escaped by the searializer.
Waylan Limberg
2012-01-19
6
-7
/
+7
*
Partial fix for issue introduced in fix for #59
Waylan Limberg
2012-01-19
6
-1
/
+8
*
Cleaned up tests after merging pull request fixing #72.
Waylan Limberg
2012-01-18
5
-3
/
+0
*
Support github-flavored markdown by making the '.' optional before language t...
Mike Dirolf
2012-01-17
3
-0
/
+69
*
Fenced code blocks need to end with a fence on its own line.
Mike Dirolf
2012-01-17
3
-0
/
+69
*
When safe mode is 'escape', don't allow bad html to stop further processing.
Mike Dirolf
2012-01-14
4
-21
/
+28
*
Fixed #68. Blank line is not required after html comments.
Waylan Limberg
2012-01-15
3
-2
/
+12
*
Fixed #57. Multiline HTML Blocks no longer require a blank line after them.
Waylan Limberg
2012-01-15
3
-2
/
+17
*
attempt at a fix for issue w/ MD links inside of html tagish stuff with safe ...
Mike Dirolf
2012-01-12
3
-0
/
+5
*
also undo changes to the test.cfg
Daniel Gottlieb
2011-12-27
1
-4
/
+0
*
appropriately move the tests to the fenced code documentation in the extensio...
Daniel Gottlieb
2011-12-27
2
-150
/
+0
*
Allow tildes or backticks in the fenced_code extension to support the syntax ...
Daniel Gottlieb
2011-12-27
3
-1
/
+155
*
Some more tests for issue #51. An upate to Marcin Kasperski's tests (which I ...
Waylan Limberg
2011-11-17
3
-2402
/
+1212
*
Merge git://github.com/Mekk/Python-Markdown into mekk
Waylan Limberg
2011-11-17
2
-0
/
+10796
|
\
|
*
Example test for #51 (crash on docs with +1000 footnotes)
Marcin Kasperski
2011-11-10
2
-0
/
+10796
*
|
Fixed #51. Removed recussion from footnote preproccessor. Also refactors the ...
Waylan Limberg
2011-11-18
3
-14
/
+7
*
|
Fixed #47. Improved HRProccessor.\n\nPython's re module does not support atom...
Waylan Limberg
2011-11-17
2
-1
/
+7
|
/
*
No longer skipping all tests from PHP test suite. We skip some because PHP di...
Waylan Limberg
2011-10-06
1
-1
/
+38
*
Skipped 3 failing pl tests with some weird edge cases. A significant rewrite ...
Waylan Limberg
2011-10-06
1
-0
/
+12
*
Run a few more pl tests. Some of them are failing but should be easily fixable.
Waylan Limberg
2011-08-27
2
-0
/
+12
*
Added greater-than as an escaped character. Apparently markdown.pl escapes it...
Waylan Limberg
2011-08-27
2
-0
/
+3
*
Fixed #39. Refactored escaping so that it only escapes a predifined set of ch...
Waylan Limberg
2011-08-17
2
-3
/
+0
*
Added some fadfile commands to (re)generate tests when they are added or upda...
Waylan Limberg
2011-08-04
1
-5
/
+38
*
TestCase.assert_ and TestCase.failUnless are depreciated in Python 3 in favor...
Waylan Limberg
2011-07-28
1
-3
/
+3
*
Skip the UnidoceDecodeError API test in Python 3.x as all input should be uni...
Waylan Limberg
2011-07-28
1
-2
/
+3
*
Python 3.2 made some changes to the configparser which broke the testing fram...
Waylan Limberg
2011-07-28
2
-5
/
+5
*
Fixed a Python 2.4 incompatability in last commit. 'encode' only accepted pos...
Waylan Limberg
2011-07-28
1
-1
/
+1
*
All internal encoding of output now uses the 'xmlcharrefreplace' error handle...
Waylan Limberg
2011-07-28
1
-1
/
+1
*
All API tests now utilize our own searializers.
Waylan Limberg
2011-07-27
1
-3
/
+5
*
Fixed #31. Headers in tight lists now get inline patterns run on their tails....
Waylan Limberg
2011-07-21
2
-4
/
+4
*
Fixed #30. Tables now allow three spaces of indent like PHP Markdown Extra. T...
Waylan Limberg
2011-06-29
2
-1
/
+62
*
Fixed #28. Inline raw html is now enclosed in p tags. This used to work. Some...
Waylan Limberg
2011-06-28
3
-2
/
+4
*
Added test for escaping chars in link urls. Closes #14 which was fixed in pre...
Waylan Limberg
2011-06-23
2
-0
/
+10
*
Fixed a few failing API tests. ElementTree is only available from markdown.ut...
Waylan Limberg
2011-06-21
1
-5
/
+5
*
Added docs and tests to attr_list ext. Closes #7.
Waylan Limberg
2011-06-20
3
-0
/
+55
*
Added our own xhtml searializer. We no longer use a xml searializer to output...
Waylan Limberg
2011-06-16
4
-16
/
+16
*
Fixed #21. A header and paragraph not seperated by a blank line inside a list...
Waylan Limberg
2011-06-15
2
-0
/
+34
*
Fixed #19. Improved Start Emphasis regex.
Waylan Limberg
2011-06-07
2
-1
/
+3
*
Fixed #15. Setext Headers now work with any number of - or = characters.
Waylan Limberg
2011-06-01
2
-1
/
+9
*
Added new HTML5 block elements to known block level elements
Horst Gutmann
2011-05-22
2
-0
/
+30
*
Made lazy ordered lists a settable option. The previous behavior (on) is the ...
Waylan Limberg
2011-04-29
4
-2
/
+39
*
The Testing Framework will now pass any non-reserved args set in test.cfg fil...
Waylan Limberg
2011-04-29
2
-6
/
+9
*
Merge commit 'refs/merge-requests/13' of git://gitorious.org/python-markdown/...
Waylan Limberg
2011-04-28
1
-2
/
+2
|
\
|
*
fixed startindex reset in multiple ul
Rohan Jain
2011-04-05
1
-2
/
+2
*
|
Update tests for logging changes. No more message function.
Waylan Limberg
2011-04-28
1
-21
/
+6
|
/
*
Skipping codehilite test as differant versions of pygments give slightly diff...
Waylan Limberg
2010-11-04
1
-0
/
+2
[next]