From 10d6247fbb2ae7f9c3e4e7e75384bcb990d83464 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 11 Jan 2016 10:52:06 -0800 Subject: Updated spec.txt. Currently there is one failing case. See #97. --- test/spec.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/spec.txt b/test/spec.txt index 690d975..d0575f4 100644 --- a/test/spec.txt +++ b/test/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