| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Adding para-with-hr test. (Broken at the moment.) | Yuri Takhteyev | 2008-12-07 | 2 | -0/+6 |
* | Fixed BlockParser to parse code blocks nested in list items and added a test.... | Waylan Limberg | 2008-11-18 | 2 | -0/+24 |
* | Fixed footnote extension to work with new core BlockParser and updated tests ... | Waylan Limberg | 2008-11-13 | 2 | -6/+12 |
* | Fixed BlockquoteProcessor to acknowledge blocks in which the blockquote start... | Waylan Limberg | 2008-11-13 | 2 | -2/+18 |
* | Fixed whitespace only line clearing and updated another test to match pl and ... | Waylan Limberg | 2008-11-13 | 1 | -11/+7 |
* | Updated test as core parser now matched pl and php behavior in lists. | Waylan Limberg | 2008-11-13 | 1 | -6/+4 |
* | Fixed a streange anomily in whitespace a start of p and li tags. Mostly odd t... | Waylan Limberg | 2008-11-13 | 6 | -6/+6 |
* | Fixed various issues with the core parser - mostly whitespace related and upd... | Waylan Limberg | 2008-11-13 | 2 | -5/+5 |
* | Added Abbreviation Extension. Tests included | Waylan Limberg | 2008-11-05 | 2 | -0/+17 |
* | Fixed a silly bug in Definition List extension. Also added tests. As this ext... | Waylan Limberg | 2008-11-05 | 2 | -0/+1616 |
* | Fixed Definition List extension to not wrap the content of defs in p tags whe... | Waylan Limberg | 2008-11-04 | 1 | -9/+3 |
* | Added support to Definition List extension for blank lines between terms and ... | Waylan Limberg | 2008-11-04 | 2 | -0/+41 |
* | Added Definition List extension. This is a first draft. A few more advanced f... | Waylan Limberg | 2008-11-04 | 2 | -0/+72 |
* | Add another test for th efootnote extension that tests named (rather than con... | Waylan Limberg | 2008-10-29 | 2 | -0/+29 |
* | Updated and activated footnotes extension tests for refactor in previous commit. | Waylan Limberg | 2008-10-29 | 1 | -41/+26 |
* | Added a more thorough test of nested inline markup. Thanks John Szakmeister. | John Szakmeister | 2008-10-29 | 2 | -0/+30 |
* | Completing the test case for the toc extension. | Yuri Takhteyev | 2008-10-18 | 2 | -0/+701 |
* | Adding Jack Miller's TOC extension and a test file for it. | Yuri Takhteyev | 2008-10-17 | 1 | -0/+849 |
* | Removed old 'wikilink' extension. | Waylan Limberg | 2008-09-20 | 2 | -15/+0 |
* | Added tests for new '[[wikilinks]]' extension. | Waylan Limberg | 2008-09-20 | 2 | -0/+16 |
* | 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 | 55 | -464/+231 |
* | Fixed ticket 12. Insert code placeholder into a wrapping ET element rather th... | Waylan Limberg | 2008-08-26 | 1 | -7/+4 |
* | 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 | 17 | -618/+336 |
* | Fixed Ticket 13. Raw block-level html are no longer being inserted into <p> t... | Waylan Limberg | 2008-08-22 | 16 | -94/+140 |
* | More updated to wikilink tests to better match ElementTree output. *Note* tes... | Waylan Limberg | 2008-08-22 | 1 | -2/+4 |
* | Improved wikilink tests. **Note** the test currently fails. We have bugs that... | Waylan Limberg | 2008-08-22 | 2 | -0/+7 |