diff options
| author | John MacFarlane <[email protected]> | 2022-10-18 12:51:12 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-10-18 12:51:12 -0700 |
| commit | ff22116426af532fe758b5918436c7dc3df6e87f (patch) | |
| tree | 13a31b738ec90f447d0c0c03dbd6296c44d28302 /test/command/section-divs.md | |
| parent | eff82cfe4de44a111250ce9ce3ecee2fd4d99924 (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.md | 6 |
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> ``` |
