From 5c655e86d5d34172bc5892927309d8dff6023493 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 18 Jul 2019 22:08:37 -0700 Subject: HTML writer: ensure that line numbers in code blocks get id-prefix. Closes #5650. --- test/command/5650.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 test/command/5650.md (limited to 'test/command') diff --git a/test/command/5650.md b/test/command/5650.md new file mode 100644 index 000000000..0618f415f --- /dev/null +++ b/test/command/5650.md @@ -0,0 +1,22 @@ +```` +% pandoc --id-prefix foo +```haskell +a +b +``` +^D +
a
+b
+```` + +```` +% pandoc --id-prefix foo +``` {.haskell #bar} +a +b +``` +^D +
a
+b
+```` + -- cgit v1.2.3