Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced indentation with linebreaks only. At least its more consistant - ↵ | Waylan Limberg | 2008-09-03 | 1 | -12/+6 |
| | | | | 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 | -22/+23 |
| | | | | test suite for ElementTree output. | ||||
* | Code blocks escaping bug fixed. Some test suite modifications. | Artem Yunusov | 2008-07-03 | 1 | -2/+3 |
| | |||||
* | Added sanatition of link urls when in safe_mode to no longer allow ↵ | Waylan Limberg | 2008-03-18 | 1 | -0/+24 |
javascript. Not yet convinced I got all cases, but it's much better than before. Also added some tests although testing framework doesn't currently have the option to run in safe_mode. See [1914685] for more info. |