From 14ea489f5dd6e3d07e23f104d6c9ce441d05751b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 2 Jun 2017 16:27:18 +0200 Subject: Fixed bug with unescaped left angle bracket in link destination. Closes #193. --- test/regression.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'test') diff --git a/test/regression.txt b/test/regression.txt index d2d9335..ebc31bc 100644 --- a/test/regression.txt +++ b/test/regression.txt @@ -74,3 +74,13 @@ a***b* c*

a*b c

```````````````````````````````` +Issue #193 - unescaped left angle brackets in link destination + +```````````````````````````````` example +[a] + +[a]: +. +

a

+```````````````````````````````` + -- cgit v1.2.3