Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed ticket 33. Tweaked the regex for inline links so that the title is ↵ | Waylan Limberg | 2009-05-06 | 1 | -1/+1 | |
| | | | | non-greedy - it no longer eats everything between the first links title and the last links title in a paragraph. Thanks to Charles Winebrinner for the report. | |||||
* | Improved inline pattern regex for em & strong and added tests. Fixes Ticket ↵ | Waylan Limberg | 2009-03-30 | 1 | -6/+6 | |
| | | | | 30 and other related issues. Note that I went with php's behavior rather than perl's when we have have three (ie.: *** or ___) without a closing three. | |||||
* | Fixed attribute creation to remove newlines and associated misc/uche test. ↵ | Waylan Limberg | 2008-12-08 | 1 | -1/+1 | |
| | | | | Apparently differant versions of ElementTree encode line breaks in attributes differantly. Therefore, we just remove any such linebreaks as they are insignificant anyway. | |||||
* | Different way of importing htmlentitydefs for python 3.0 and disabling diff ↵ | Yuri Takhteyev | 2008-12-04 | 1 | -1/+5 | |
| | | | | | | output in test-markdown.py for the same. | |||||
* | Getting rid of has_key for compatibility with python3k. | Yuri Takhteyev | 2008-12-04 | 1 | -1/+1 | |
| | ||||||
* | Attempting a refactoring, breaking markdown into multiple files. | Yuri Takhteyev | 2008-11-17 | 1 | -0/+367 | |