aboutsummaryrefslogtreecommitdiff
path: root/test/command/section-divs.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/section-divs.md
parenteff82cfe4de44a111250ce9ce3ecee2fd4d99924 (diff)
Revert "Markdown reader: avoid duplicate ids with auto_identifiers."
This reverts commit eff82cfe4de44a111250ce9ce3ecee2fd4d99924.
Diffstat (limited to 'test/command/section-divs.md')
-rw-r--r--test/command/section-divs.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/command/section-divs.md b/test/command/section-divs.md
index d34ed3bd1..5ee28bba8 100644
--- a/test/command/section-divs.md
+++ b/test/command/section-divs.md
@@ -14,12 +14,12 @@ Ok
:::
^D
<section id="hi" class="level1">
-<h1 id="hi-1">Hi</h1>
+<h1>Hi</h1>
<section id="there" class="level2">
-<h2 id="there-1">there</h2>
+<h2>there</h2>
</section>
</section>
<section id="ok" class="level1">
-<h1 id="ok-1">Ok</h1>
+<h1>Ok</h1>
</section>
```