diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-02-02 06:19:41 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-02-02 06:19:41 -0500 |
commit | 9834966294597181545d2f987f223b6ca1aeb070 (patch) | |
tree | 29c4f3a32e0672438cde07b534df49b003a9cc61 /tests/basic/links-reference.txt | |
parent | 3b6c63fbd35509e1499e9502a78c82bfa2b17957 (diff) | |
download | markdown-9834966294597181545d2f987f223b6ca1aeb070.tar.gz markdown-9834966294597181545d2f987f223b6ca1aeb070.tar.bz2 markdown-9834966294597181545d2f987f223b6ca1aeb070.zip |
Fixed #78. Added support for two line link refs.
Also refactored the reference preprocessor to make this a little easier to
implement. Regex does more now.
Diffstat (limited to 'tests/basic/links-reference.txt')
-rw-r--r-- | tests/basic/links-reference.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/basic/links-reference.txt b/tests/basic/links-reference.txt index 48a57fb..3d636e5 100644 --- a/tests/basic/links-reference.txt +++ b/tests/basic/links-reference.txt @@ -54,3 +54,8 @@ breaks[] with two spaces. ref] [short ref]: http://example.com "No more hanging empty bracket!" + +[a ref] + +[a ref]: http://example.com + "Title on next line." |