aboutsummaryrefslogtreecommitdiff
path: root/test/command/6384.md
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-10-18 12:51:12 -0700
committerJohn MacFarlane <[email protected]>2022-10-18 12:51:12 -0700
commitff22116426af532fe758b5918436c7dc3df6e87f (patch)
tree13a31b738ec90f447d0c0c03dbd6296c44d28302 /test/command/6384.md
parenteff82cfe4de44a111250ce9ce3ecee2fd4d99924 (diff)
Revert "Markdown reader: avoid duplicate ids with auto_identifiers."
This reverts commit eff82cfe4de44a111250ce9ce3ecee2fd4d99924.
Diffstat (limited to 'test/command/6384.md')
-rw-r--r--test/command/6384.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/command/6384.md b/test/command/6384.md
index 5873f433a..1be1c3e45 100644
--- a/test/command/6384.md
+++ b/test/command/6384.md
@@ -1,16 +1,16 @@
```
% pandoc --wrap=preserve --file-scope command/file1.txt command/file2.txt
^D
-<section id="command__file1.txt">
+<div id="command__file1.txt">
<h1 id="command__file1.txt__zed">Zed</h1>
<p><a href="bar">foo</a>
and <a href="#command__file1.txt__zed">Zed</a>
and <a href="#command__file2.txt__zed">other Zed</a>
and <a href="#command__file2.txt">other file</a>
and <a href="c.md#zed">foreign Zed</a></p>
-</section>
-<section id="command__file2.txt">
+</div>
+<div id="command__file2.txt">
<h2 id="command__file2.txt__zed">Zed</h2>
<p><a href="baz">foo</a></p>
-</section>
+</div>
```