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
*
Skipping codehilite test as differant versions of pygments give slightly diff...
Waylan Limberg
2010-11-04
1
-0
/
+2
*
Fixed Ticket 74. AtomicStrings should now be ackowledged (and preserved) in a...
Waylan Limberg
2010-11-04
1
-0
/
+45
*
Fixed previous two commits. cElementTree cannot use ElementTree nodes in the ...
Waylan Limberg
2010-10-31
1
-2
/
+6
*
Fixed Ticket 80. Added support for ElementTree Comments to be included by thi...
Waylan Limberg
2010-10-29
1
-0
/
+36
*
Added short reference links. No more hanging empty brackets on reference link...
Waylan Limberg
2010-10-11
2
-1
/
+11
*
Fixed Ticket 79. Linebreaks in reference link identifiers are now ignored. Th...
Waylan Limberg
2010-10-11
2
-1
/
+17
*
Fixed Ticket 71. Wrapper functions no longer do there own thing with extensio...
Waylan Limberg
2010-08-29
1
-2
/
+2
*
Added test files for bug fix to ticket 62
Gerry LaMontagne
2010-09-02
4
-0
/
+70
*
Fixed Ticket 70 and added a test. Footnote references whithout a corespondin...
Waylan Limberg
2010-08-25
2
-0
/
+3
*
Fixed problem hidden by Ticket 68. Defining a footnote placeholder in a markd...
Waylan Limberg
2010-08-02
2
-0
/
+15
*
Added logging imports to markdown.extensions which were missed in recent reor...
Waylan Limberg
2010-07-22
1
-0
/
+75
*
Fixed Ticket 65. Lines with only a lessthan sign (<) no longer crash the raw...
Waylan Limberg
2010-07-14
2
-1
/
+14
*
Removed Global variable HTML_PLACEHOLDER. Use HtmlStash.get_placeholder(key) ...
Waylan Limberg
2010-07-06
1
-4
/
+2
*
Moved HtmlStash and base Prosessor classes to the new util module.
Waylan Limberg
2010-07-06
1
-3
/
+3
*
Fixed Ticket 60. The dd in definition lists can now not be indented on second...
Waylan Limberg
2010-03-24
2
-0
/
+12
*
Fixed ticket 59. Reference links now strip angle brackets from the url.
Waylan Limberg
2010-03-25
2
-1
/
+11
*
Changed the default style used by pygments in the codehilite extension. This...
Waylan Limberg
2010-03-25
1
-2
/
+2
*
Blockquoted text in the first item of a list is now placed in child p tag of the
Gerry LaMontagne
2010-03-23
2
-0
/
+55
*
Fixed ticket 58. The first item of a looselist gets placed in p tags when
Gerry LaMontagne
2010-03-22
1
-2
/
+4
*
Fixed Ticket 57. Lists where the first line of an item is a nested item, now ...
Waylan Limberg
2010-03-19
2
-0
/
+142
*
Fixed Ticket 53. Nested lists no longer isorder items in certain edge cases. ...
Waylan Limberg
2010-03-15
2
-0
/
+22
*
Fix bug with rawhtml and markdown escaping. Previously, any inline rawhtml th...
Waylan Limberg
2010-03-15
2
-1
/
+3
*
Updated last failing test as we no longer need a demo of a failing test now t...
Waylan Limberg
2010-02-22
1
-2
/
+2
*
Changes path of html output to be written into current dir rather than a tmp ...
Waylan Limberg
2010-02-22
1
-1
/
+1
*
Added run-tests.py script and added a helpful error message if nose is not in...
Waylan Limberg
2010-02-13
1
-5
/
+6
*
Updated codehilite test to match new pygments output (they added an extra div...
Waylan Limberg
2010-02-13
1
-2
/
+2
*
Moved test dir back out of markdown lib. We don't need to install the tests i...
Waylan Limberg
2010-02-12
391
-0
/
+19447
*
Moved remaining tests from merge
Waylan Limberg
2010-02-12
10
-107
/
+0
*
Merged tests branch
Waylan Limberg
2010-02-12
214
-8657
/
+0
|
\
|
*
Moves tests to a subdir of the markdown lib.
Waylan Limberg
2009-06-05
226
-9100
/
+0
|
*
Initial implementation of nose testing. Still some cleanup to do, but this sh...
Waylan Limberg
2009-06-05
22
-27
/
+513
*
|
Added processing of markdown text within raw html to the 'extra' extension. F...
Waylan Limberg
2010-01-03
2
-0
/
+26
*
|
Cleanup and additional work on previous commit. NOTE: removed special treatme...
Waylan Limberg
2010-01-03
3
-4
/
+7
*
|
Fixed Ticket 48. Quoted attributes in raw html are specificly ackowledged now...
Waylan Limberg
2010-01-03
2
-0
/
+8
*
|
Fixed ticket 44. Raw HTML now maintains original whitespace. Important inside...
Waylan Limberg
2010-01-03
2
-0
/
+18
*
|
Added a test for previous comit from Steve Losh. Thanks Steve. Ticket 45 is f...
Waylan Limberg
2009-12-26
2
-0
/
+24
*
|
Fixed Ticket 38. With smart_emphasis turned on, emphasised text can now be wr...
Waylan Limberg
2009-07-21
2
-0
/
+14
*
|
Fixed TOC extension to properly nest multiple header levels in the table of c...
Waylan Limberg
2009-07-21
2
-0
/
+25
*
|
Fixed ticket 35. Lists now work when padded with five or more spaces after as...
Waylan Limberg
2009-06-17
2
-0
/
+32
|
/
*
Improved inline pattern regex for em & strong and added tests. Fixes Ticket 3...
Waylan Limberg
2009-03-30
2
-0
/
+30
*
Fixed a few bugs in wikilinks url cleaning. And for those who don't like the ...
Waylan Limberg
2009-03-20
1
-0
/
+4
*
Fixed bug in toc extension and added a test. We now disallow the marker in an...
Waylan Limberg
2009-03-18
2
-0
/
+15
*
Added table elements to block elements so tables get prettified and updated t...
Waylan Limberg
2009-03-11
1
-6
/
+118
*
Replacement Tables extension. This one actually uses a known (PHP Extra) synt...
Waylan Limberg
2009-03-11
2
-24
/
+36
*
Fixed bug in tables extension (ticket 24). This extension could still use a m...
Waylan Limberg
2009-03-09
2
-2
/
+2
*
Completed nested lists and added a test. All tests pass.
Waylan Limberg
2009-02-04
2
-0
/
+63
*
Added optional HTML 4 output. Available formats currently include XHTML 1 and...
Eric Abrahamsen
2009-01-28
2
-0
/
+4
*
Fixed blockquote test to match previous commit. No space after > now is a blo...
Waylan Limberg
2009-01-27
1
-3
/
+5
*
Fixed attribute creation to remove newlines and associated misc/uche test. Ap...
Waylan Limberg
2008-12-08
1
-2
/
+1
*
Fixed para-with-hr test. The code was working correctly, but the test was wrong.
Waylan Limberg
2008-12-07
1
-2
/
+3
[next]