From ff22116426af532fe758b5918436c7dc3df6e87f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 18 Oct 2022 12:51:12 -0700 Subject: Revert "Markdown reader: avoid duplicate ids with auto_identifiers." This reverts commit eff82cfe4de44a111250ce9ce3ecee2fd4d99924. --- test/command/6384.md | 8 ++++---- test/command/section-divs.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'test/command') 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 -
+

Zed

foo and Zed and other Zed and other file and foreign Zed

-
-
+ +

Zed

foo

-
+ ``` 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
-

Hi

+

Hi

-

there

+

there

-

Ok

+

Ok

``` -- cgit v1.2.3