diff options
Diffstat (limited to 'tests/basic/links-reference.txt')
-rw-r--r-- | tests/basic/links-reference.txt | 8 |
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." + |