aboutsummaryrefslogtreecommitdiff
path: root/test/writer.html5
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-05-25 12:50:43 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-05-25 12:57:31 +0200
commit708973a33a0ce425bb21a5ffa06fbdab465d3fb8 (patch)
treeb0cf3d0dd00f098384d7a813e3754aa80b2bb512 /test/writer.html5
parent650e1ac1fdbbb172c58c1898607a7f82806cf55e (diff)
downloadpandoc-708973a33a0ce425bb21a5ffa06fbdab465d3fb8.tar.gz
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.
Diffstat (limited to 'test/writer.html5')
-rw-r--r--test/writer.html52
1 files changed, 0 insertions, 2 deletions
diff --git a/test/writer.html5 b/test/writer.html5
index ee921766c..6762f8198 100644
--- a/test/writer.html5
+++ b/test/writer.html5
@@ -489,8 +489,6 @@ Blah
<p><a href="">Empty</a>.</p>
<h2 id="reference">Reference</h2>
<p>Foo <a href="/url/">bar</a>.</p>
-<p>Foo <a href="/url/">bar</a>.</p>
-<p>Foo <a href="/url/">bar</a>.</p>
<p>With <a href="/url/">embedded [brackets]</a>.</p>
<p><a href="/url/">b</a> by itself should be a link.</p>
<p>Indented <a href="/url">once</a>.</p>