aboutsummaryrefslogtreecommitdiffstats
path: root/tests/basic/links-reference.txt
Commit message (Collapse)AuthorAgeFilesLines
* Added short reference links. No more hanging empty brackets on reference ↵Waylan Limberg2010-10-111-0/+7
| | | | 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 Limberg2010-10-111-0/+10
| | | | 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 Limberg2010-03-251-0/+8
|
* Moved test dir back out of markdown lib. We don't need to install the tests ↵Waylan Limberg2010-02-121-0/+31
in everyones site-packages. We just need to distrubute them in the tarball for people to run before installing etc.