From 716204e21277d78d739c6d0df41acbfec2ca4119 Mon Sep 17 00:00:00 2001
From: John MacFarlane
Date: Tue, 19 Mar 2019 17:37:52 -0700
Subject: Add test for [test](). Closes #562.
---
spec.txt | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/spec.txt b/spec.txt
index 91551e5..373c907 100644
--- a/spec.txt
+++ b/spec.txt
@@ -7417,6 +7417,15 @@ bar>)
bar>)
````````````````````````````````
+Pointy brackets that enclose links must be unescaped:
+
+```````````````````````````````` example
+[link]()
+.
+link
+````````````````````````````````
+
+
Parentheses inside the link destination may be escaped:
```````````````````````````````` example
--
cgit v1.2.3