From be18e71f5baec16da794b0f006071799fc9a4db0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 19 Mar 2019 17:46:23 -0700 Subject: Update spec. Fix `[link]()`. --- test/spec.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test') diff --git a/test/spec.txt b/test/spec.txt index 91551e5..dc944d0 100644 --- a/test/spec.txt +++ b/test/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