Added a test for #833.
This commit is contained in:
parent
e0832b0359
commit
6c5ba22c96
2 changed files with 7 additions and 1 deletions
|
@ -134,4 +134,6 @@
|
|||
,Header 2 ("parentheses-in-urls",[],[]) [Str "Parentheses",Space,Str "in",Space,Str "URLs"]
|
||||
,Para [Link [Str "link"] ("/hi(there)","")]
|
||||
,Para [Link [Str "link"] ("/hithere)","")]
|
||||
,Para [Link [Str "linky"] ("hi_(there_(nested))","")]]
|
||||
,Para [Link [Str "linky"] ("hi_(there_(nested))","")]
|
||||
,Header 2 ("reference-link-fallbacks",[],[]) [Str "Reference",Space,Str "link",Space,Str "fallbacks"]
|
||||
,Para [Str "[",Emph [Str "not",Space,Str "a",Space,Str "link"],Str "]",Space,Str "[",Emph [Str "nope"],Str "]\8230"]]
|
||||
|
|
|
@ -231,3 +231,7 @@ Empty cells
|
|||
[linky]
|
||||
|
||||
[linky]: hi_(there_(nested))
|
||||
|
||||
## Reference link fallbacks
|
||||
|
||||
[*not a link*] [*nope*]...
|
||||
|
|
Loading…
Reference in a new issue