diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2015-01-23 14:33:55 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2015-01-23 14:33:55 -0800 |
commit | 1aca4097bf38d67f586d53e9d531110c3f23ae2a (patch) | |
tree | f0660ad3bbb6e023548598db3b5e4a5eb4686612 | |
parent | c2bc068ab8f8e95a4708fd5dd4dbf16bc39cf517 (diff) |
Added spec with link break inside pointy braces (no link).
Closes #295.
-rw-r--r-- | spec.txt | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -5675,6 +5675,14 @@ bar) bar)</p> . +. +[link](<foo +bar>) +. +<p>[link](<foo +bar>)</p> +. + One level of balanced parentheses is allowed without escaping: . |