aboutsummaryrefslogtreecommitdiffstats
path: root/tests/basic/links-reference.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2010-03-25 13:50:13 -0400
committerWaylan Limberg <waylan@gmail.com>2010-03-25 13:50:13 -0400
commit1599e909fd5c7a80f51247d7232c7627693206e6 (patch)
tree13d0ad4279e7123c754ed7b807bed0b819a2bb43 /tests/basic/links-reference.txt
parent834f04b887c15017a2e08bb76f8a269d9ae074a2 (diff)
downloadmarkdown-1599e909fd5c7a80f51247d7232c7627693206e6.tar.gz
markdown-1599e909fd5c7a80f51247d7232c7627693206e6.tar.bz2
markdown-1599e909fd5c7a80f51247d7232c7627693206e6.zip
Fixed ticket 59. Reference links now strip angle brackets from the url.
Diffstat (limited to 'tests/basic/links-reference.txt')
-rw-r--r--tests/basic/links-reference.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/basic/links-reference.txt b/tests/basic/links-reference.txt
index b2fa734..9993b10 100644
--- a/tests/basic/links-reference.txt
+++ b/tests/basic/links-reference.txt
@@ -29,3 +29,11 @@ Indented [four][] times.
[b]: /url/
+
+With [angle brackets][].
+
+And [without][].
+
+[angle brackets]: <http://example.com/> "Angle Brackets"
+[without]: http://example.com/ "Without angle brackets."
+