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.opendocument | |
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.opendocument')
-rw-r--r-- | test/writer.opendocument | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/writer.opendocument b/test/writer.opendocument index 86d88ee27..77c79d13c 100644 --- a/test/writer.opendocument +++ b/test/writer.opendocument @@ -1434,10 +1434,6 @@ link</text:span></text:a></text:p> <text:h text:style-name="Heading_20_2" text:outline-level="2">Reference</text:h> <text:p text:style-name="First_20_paragraph">Foo <text:a xlink:type="simple" xlink:href="/url/" office:name=""><text:span text:style-name="Definition">bar</text:span></text:a>.</text:p> -<text:p text:style-name="Text_20_body">Foo -<text:a xlink:type="simple" xlink:href="/url/" office:name=""><text:span text:style-name="Definition">bar</text:span></text:a>.</text:p> -<text:p text:style-name="Text_20_body">Foo -<text:a xlink:type="simple" xlink:href="/url/" office:name=""><text:span text:style-name="Definition">bar</text:span></text:a>.</text:p> <text:p text:style-name="Text_20_body">With <text:a xlink:type="simple" xlink:href="/url/" office:name=""><text:span text:style-name="Definition">embedded [brackets]</text:span></text:a>.</text:p> |