From 1ccff3339d036db046f37c596bb4ffb6cffbf803 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 7 Sep 2019 08:45:10 -0700 Subject: Revert changes to hierarchicalizeWithIds. Revert "hierarchicalize: ensure that sections get ids..." This reverts commit 212406a61d027d85712705e626954e0486a2bc34. Revert "Improve detection of headings in Divs by hierarchicalize." This reverts commit 6e2cfd6c97b1b8657f1f3e2b66090a2c3ba8d887. Revert "Shared.hierarchicalize: improve handling of div and section structure." This reverts commit 345b33762eb4cc6d57d74c76c4757a6166ee5c13. --- test/command/3057.md | 56 ---------------------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 test/command/3057.md (limited to 'test') diff --git a/test/command/3057.md b/test/command/3057.md deleted file mode 100644 index 7d1f146c2..000000000 --- a/test/command/3057.md +++ /dev/null @@ -1,56 +0,0 @@ -``` -% pandoc -f markdown -t docbook -
-# one -
-## two -
-
-^D -
- one -
- two - - -
-
-``` - -``` -% pandoc -f markdown -t docbook -
-# one -
-# two -
-
-^D -
- one -
- two - - -
-
-``` - -``` -% pandoc -f markdown -t docbook -# one -
-# two -
-^D -
- one - - -
-
- two - - -
-``` -- cgit v1.2.3