Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moves tests to a subdir of the markdown lib. | Waylan Limberg | 2009-06-05 | 3 | -155/+0 |
| | |||||
* | Initial implementation of nose testing. Still some cleanup to do, but this ↵ | Waylan Limberg | 2009-06-05 | 1 | -0/+2 |
| | | | | shows the differances between the old and the new. Also left one test failing (unsignificant white space only) to demonstrate what a failing test looks like. | ||||
* | Added table elements to block elements so tables get prettified and updated ↵ | Waylan Limberg | 2009-03-11 | 1 | -6/+118 |
| | | | | tables extension test. | ||||
* | Replacement Tables extension. This one actually uses a known (PHP Extra) ↵ | Waylan Limberg | 2009-03-11 | 2 | -24/+36 |
| | | | | syntax and is implemented as a blockprocessor. Currently, Markdown doesn't see table elements as block elements, so it doesn't get prettified. | ||||
* | Fixed bug in tables extension (ticket 24). This extension could still use a ↵ | Waylan Limberg | 2009-03-09 | 2 | -2/+2 |
| | | | | major refactor, but it at least works as documented. | ||||
* | Replaced indentation with linebreaks only. At least its more consistant - ↵ | Waylan Limberg | 2008-09-03 | 1 | -39/+8 |
| | | | | and it better matches other markdown implementations. Also updated tests. | ||||
* | Bugfix for inline patterns. Tables extension ported to ElementTree. | Artem Yunusov | 2008-08-04 | 2 | -19/+34 |
| | |||||
* | Adding extensions tests. | Yuri Takhteyev | 2008-07-29 | 2 | -0/+45 |