aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed Ticket 60. The dd in definition lists can now not be indented on second...Waylan Limberg2010-03-242-0/+12
* Fixed ticket 59. Reference links now strip angle brackets from the url.Waylan Limberg2010-03-252-1/+11
* Changed the default style used by pygments in the codehilite extension. This...Waylan Limberg2010-03-251-2/+2
* Blockquoted text in the first item of a list is now placed in child p tag of theGerry LaMontagne2010-03-232-0/+55
* Fixed ticket 58. The first item of a looselist gets placed in p tags whenGerry LaMontagne2010-03-221-2/+4
* Fixed Ticket 57. Lists where the first line of an item is a nested item, now ...Waylan Limberg2010-03-192-0/+142
* Fixed Ticket 53. Nested lists no longer isorder items in certain edge cases. ...Waylan Limberg2010-03-152-0/+22
* Fix bug with rawhtml and markdown escaping. Previously, any inline rawhtml th...Waylan Limberg2010-03-152-1/+3
* Updated last failing test as we no longer need a demo of a failing test now t...Waylan Limberg2010-02-221-2/+2
* Changes path of html output to be written into current dir rather than a tmp ...Waylan Limberg2010-02-221-1/+1
* Added run-tests.py script and added a helpful error message if nose is not in...Waylan Limberg2010-02-131-5/+6
* Updated codehilite test to match new pygments output (they added an extra div...Waylan Limberg2010-02-131-2/+2
* Moved test dir back out of markdown lib. We don't need to install the tests i...Waylan Limberg2010-02-12391-0/+19447
* Moved remaining tests from mergeWaylan Limberg2010-02-1210-107/+0
* Merged tests branchWaylan Limberg2010-02-12214-8657/+0
|\
| * Moves tests to a subdir of the markdown lib.Waylan Limberg2009-06-05226-9100/+0
| * Initial implementation of nose testing. Still some cleanup to do, but this sh...Waylan Limberg2009-06-0522-27/+513
* | Added processing of markdown text within raw html to the 'extra' extension. F...Waylan Limberg2010-01-032-0/+26
* | Cleanup and additional work on previous commit. NOTE: removed special treatme...Waylan Limberg2010-01-033-4/+7
* | Fixed Ticket 48. Quoted attributes in raw html are specificly ackowledged now...Waylan Limberg2010-01-032-0/+8
* | Fixed ticket 44. Raw HTML now maintains original whitespace. Important inside...Waylan Limberg2010-01-032-0/+18
* | Added a test for previous comit from Steve Losh. Thanks Steve. Ticket 45 is f...Waylan Limberg2009-12-262-0/+24
* | Fixed Ticket 38. With smart_emphasis turned on, emphasised text can now be wr...Waylan Limberg2009-07-212-0/+14
* | Fixed TOC extension to properly nest multiple header levels in the table of c...Waylan Limberg2009-07-212-0/+25
* | Fixed ticket 35. Lists now work when padded with five or more spaces after as...Waylan Limberg2009-06-172-0/+32
|/
* Improved inline pattern regex for em & strong and added tests. Fixes Ticket 3...Waylan Limberg2009-03-302-0/+30
* Fixed a few bugs in wikilinks url cleaning. And for those who don't like the ...Waylan Limberg2009-03-201-0/+4
* Fixed bug in toc extension and added a test. We now disallow the marker in an...Waylan Limberg2009-03-182-0/+15
* Added table elements to block elements so tables get prettified and updated t...Waylan Limberg2009-03-111-6/+118
* Replacement Tables extension. This one actually uses a known (PHP Extra) synt...Waylan Limberg2009-03-112-24/+36
* Fixed bug in tables extension (ticket 24). This extension could still use a m...Waylan Limberg2009-03-092-2/+2
* Completed nested lists and added a test. All tests pass.Waylan Limberg2009-02-042-0/+63
* Added optional HTML 4 output. Available formats currently include XHTML 1 and...Eric Abrahamsen2009-01-282-0/+4
* Fixed blockquote test to match previous commit. No space after > now is a blo...Waylan Limberg2009-01-271-3/+5
* Fixed attribute creation to remove newlines and associated misc/uche test. Ap...Waylan Limberg2008-12-081-2/+1
* Fixed para-with-hr test. The code was working correctly, but the test was wrong.Waylan Limberg2008-12-071-2/+3
* Adding para-with-hr test. (Broken at the moment.)Yuri Takhteyev2008-12-072-0/+6
* Fixed BlockParser to parse code blocks nested in list items and added a test....Waylan Limberg2008-11-182-0/+24
* Fixed footnote extension to work with new core BlockParser and updated tests ...Waylan Limberg2008-11-132-6/+12
* Fixed BlockquoteProcessor to acknowledge blocks in which the blockquote start...Waylan Limberg2008-11-132-2/+18
* Fixed whitespace only line clearing and updated another test to match pl and ...Waylan Limberg2008-11-131-11/+7
* Updated test as core parser now matched pl and php behavior in lists.Waylan Limberg2008-11-131-6/+4
* Fixed a streange anomily in whitespace a start of p and li tags. Mostly odd t...Waylan Limberg2008-11-136-6/+6
* Fixed various issues with the core parser - mostly whitespace related and upd...Waylan Limberg2008-11-132-5/+5
* Added Abbreviation Extension. Tests includedWaylan Limberg2008-11-052-0/+17
* Fixed a silly bug in Definition List extension. Also added tests. As this ext...Waylan Limberg2008-11-052-0/+1616
* Fixed Definition List extension to not wrap the content of defs in p tags whe...Waylan Limberg2008-11-041-9/+3
* Added support to Definition List extension for blank lines between terms and ...Waylan Limberg2008-11-042-0/+41
* Added Definition List extension. This is a first draft. A few more advanced f...Waylan Limberg2008-11-042-0/+72
* Add another test for th efootnote extension that tests named (rather than con...Waylan Limberg2008-10-292-0/+29