Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced indentation with linebreaks only. At least its more consistant - ↵ | Waylan Limberg | 2008-09-03 | 1 | -14/+4 |
| | | | | and it better matches other markdown implementations. Also updated tests. | ||||
* | A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted ↵ | Artem Yunusov | 2008-07-14 | 1 | -5/+12 |
| | | | | test suite for ElementTree output. | ||||
* | Added support for images inside links and updated tests. Fixes [1458136]. | Waylan Limberg | 2007-11-29 | 1 | -7/+4 |
| | | | | | | | | Note, to accomplish this, a negative lookbehind (for a !) was added to each link regex so they could be run before the image regex. The (fairly new) recursion on the link text then parses the image. Not sure how the negative lookbehind will affect performance. | ||||
* | Added test cases | Yuri Takhteyev | 2007-03-25 | 1 | -0/+10 |