Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #78. Added support for two line link refs. | Waylan Limberg | 2012-02-02 | 1 | -1/+2 |
| | | | | | Also refactored the reference preprocessor to make this a little easier to implement. Regex does more now. | ||||
* | Added short reference links. No more hanging empty brackets on reference ↵ | Waylan Limberg | 2010-10-11 | 1 | -1/+4 |
| | | | | 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 | 1 | -1/+7 |
| | | | | 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 | 1 | -1/+3 |
| | |||||
* | Moved test dir back out of markdown lib. We don't need to install the tests ↵ | Waylan Limberg | 2010-02-12 | 1 | -0/+10 |
in everyones site-packages. We just need to distrubute them in the tarball for people to run before installing etc. |