summaryrefslogtreecommitdiff
path: root/test/writer.asciidoc
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.asciidoc
parent650e1ac1fdbbb172c58c1898607a7f82806cf55e (diff)
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.asciidoc')
-rw-r--r--test/writer.asciidoc4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/writer.asciidoc b/test/writer.asciidoc
index 2bf62e36f..639663743 100644
--- a/test/writer.asciidoc
+++ b/test/writer.asciidoc
@@ -600,10 +600,6 @@ Reference
Foo link:/url/[bar].
-Foo link:/url/[bar].
-
-Foo link:/url/[bar].
-
With link:/url/[embedded [brackets]].
link:/url/[b] by itself should be a link.