Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a streange anomily in whitespace a start of p and li tags. Mostly odd ↵ | Waylan Limberg | 2008-11-13 | 1 | -1/+1 |
| | | | | tests corrected. | ||||
* | Replaced indentation with linebreaks only. At least its more consistant - ↵ | Waylan Limberg | 2008-09-03 | 1 | -5/+4 |
| | | | | and it better matches other markdown implementations. Also updated tests. | ||||
* | Fixed Ticket 11. Disabled ``indenteTree`` for `pre` and `code` tags. Now | Waylan Limberg | 2008-08-22 | 1 | -6/+3 |
| | | | | | | | | | whitespace is preserved in codeblocks. As a side-benefit, this also solved the issue with the safe-mode tests failing. All tests incorectly altered at ElementTree conversion have been corrected for this bug. Any remaining tests that fail are unrelated to this. | ||||
* | Output bug fixed(stripping text data at the end of processing in ↵ | Artem Yunusov | 2008-07-15 | 1 | -6/+7 |
| | | | | _processPlaceholders). Ticket #5 fixed. | ||||
* | A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted ↵ | Artem Yunusov | 2008-07-14 | 1 | -29/+15 |
| | | | | test suite for ElementTree output. | ||||
* | Added test cases | Yuri Takhteyev | 2007-03-25 | 1 | -0/+37 |