From 708973a33a0ce425bb21a5ffa06fbdab465d3fb8 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Thu, 25 May 2017 12:50:43 +0200
Subject: Added `spaced_reference_links` extension.

This is now the default for pandoc's Markdown.
It allows whitespace between the two parts of a
reference link:  e.g.

    [a] [b]

    [b]: url

This is now forbidden by default.

Closes #2602.
---
 test/writer.docbook5 | 6 ------
 1 file changed, 6 deletions(-)

(limited to 'test/writer.docbook5')

diff --git a/test/writer.docbook5 b/test/writer.docbook5
index 07ca0f827..992cd8b63 100644
--- a/test/writer.docbook5
+++ b/test/writer.docbook5
@@ -1223,12 +1223,6 @@ These should not be escaped:  \$ \\ \&gt; \[ \{
     <para>
       Foo <link xlink:href="/url/">bar</link>.
     </para>
-    <para>
-      Foo <link xlink:href="/url/">bar</link>.
-    </para>
-    <para>
-      Foo <link xlink:href="/url/">bar</link>.
-    </para>
     <para>
       With <link xlink:href="/url/">embedded [brackets]</link>.
     </para>
-- 
cgit v1.2.3