From e34efc695057f8af102ff59eefac81efdb50382a Mon Sep 17 00:00:00 2001
From: John MacFarlane
Date: Mon, 11 Jan 2016 10:48:50 -0800
Subject: Added an example illustrating basic escaping of `(` inside link dest.
---
spec.txt | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/spec.txt b/spec.txt
index 690d975..d0575f4 100644
--- a/spec.txt
+++ b/spec.txt
@@ -7120,6 +7120,13 @@ bar>)
bar>)
````````````````````````````````
+Parentheses inside the link destination may be escaped:
+
+```````````````````````````````` example
+[link](\(foo\))
+.
+link
+````````````````````````````````
One level of balanced parentheses is allowed without escaping:
@@ -7129,7 +7136,6 @@ One level of balanced parentheses is allowed without escaping:
link
````````````````````````````````
-
However, if you have parentheses within parentheses, you need to escape
or use the `<...>` form:
--
cgit v1.2.3