Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #78. Added support for two line link refs. | Waylan Limberg | 2012-02-02 | 2 | -1/+7 |
| | | | | | Also refactored the reference preprocessor to make this a little easier to implement. Regex does more now. | ||||
* | Partial fix for issue introduced in fix for #59 | Waylan Limberg | 2012-01-19 | 2 | -1/+4 |
| | | | | | Markdown markup inside angle bracktes now gets rendered properly in all cases except when safe_mode='escape'. Also added tests. | ||||
* | Added greater-than as an escaped character. Apparently markdown.pl escapes ↵ | Waylan Limberg | 2011-08-27 | 2 | -0/+3 |
| | | | | it even though it is not documented. | ||||
* | Fixed #39. Refactored escaping so that it only escapes a predifined set of ↵ | Waylan Limberg | 2011-08-17 | 2 | -3/+0 |
| | | | | chars (the set defined by JG in the syntax rules). All other backslashes are passed through unaltered by the parser. If extensions want to add to the escapable chars, they can append to the list at markdown.ESCAPED_CHARS. | ||||
* | Added short reference links. No more hanging empty brackets on reference ↵ | Waylan Limberg | 2010-10-11 | 2 | -1/+11 |
| | | | | links; i.e., [this works]. Associated with and noted as missing when debuging Ticket 79. | ||||
* | Fixed Ticket 79. Linebreaks in reference link identifiers are now ignored. ↵ | Waylan Limberg | 2010-10-11 | 2 | -1/+17 |
| | | | | This matches the most recent version of markdown.pl among other implementations and allows links to work after editors do autolinebreak stuff to text. | ||||
* | Fixed ticket 59. Reference links now strip angle brackets from the url. | Waylan Limberg | 2010-03-25 | 2 | -1/+11 |
| | |||||
* | Moved test dir back out of markdown lib. We don't need to install the tests ↵ | Waylan Limberg | 2010-02-12 | 43 | -0/+3183 |
| | | | | in everyones site-packages. We just need to distrubute them in the tarball for people to run before installing etc. | ||||
* | Moved some hanging test files around. | Waylan Limberg | 2008-08-22 | 1 | -2/+0 |
| | |||||
* | Added test cases | Yuri Takhteyev | 2007-03-25 | 1 | -0/+2 |