diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-05-25 12:50:43 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-05-25 12:57:31 +0200 |
commit | 708973a33a0ce425bb21a5ffa06fbdab465d3fb8 (patch) | |
tree | b0cf3d0dd00f098384d7a813e3754aa80b2bb512 /test/writer.docbook4 | |
parent | 650e1ac1fdbbb172c58c1898607a7f82806cf55e (diff) | |
download | pandoc-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.docbook4')
-rw-r--r-- | test/writer.docbook4 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/writer.docbook4 b/test/writer.docbook4 index eee19cdd9..163255974 100644 --- a/test/writer.docbook4 +++ b/test/writer.docbook4 @@ -1249,12 +1249,6 @@ These should not be escaped: \$ \\ \> \[ \{ Foo <ulink url="/url/">bar</ulink>. </para> <para> - Foo <ulink url="/url/">bar</ulink>. - </para> - <para> - Foo <ulink url="/url/">bar</ulink>. - </para> - <para> With <ulink url="/url/">embedded [brackets]</ulink>. </para> <para> |