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.texinfo | |
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.texinfo')
-rw-r--r-- | test/writer.texinfo | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/writer.texinfo b/test/writer.texinfo index ca87da1a9..f5727d96d 100644 --- a/test/writer.texinfo +++ b/test/writer.texinfo @@ -939,10 +939,6 @@ Just a @uref{/url/,URL}. @anchor{#reference} Foo @uref{/url/,bar}. -Foo @uref{/url/,bar}. - -Foo @uref{/url/,bar}. - With @uref{/url/,embedded [brackets]}. @uref{/url/,b} by itself should be a link. |