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.man | |
| parent | 650e1ac1fdbbb172c58c1898607a7f82806cf55e (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.man')
| -rw-r--r-- | test/writer.man | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/writer.man b/test/writer.man index 907fb4878..f6d0deb92 100644 --- a/test/writer.man +++ b/test/writer.man @@ -677,10 +677,6 @@ Empty (). .PP Foo bar (/url/). .PP -Foo bar (/url/). -.PP -Foo bar (/url/). -.PP With embedded [brackets] (/url/). .PP b (/url/) by itself should be a link. |
