From 687155e2bd7f52f36baab0fec7230e12dafcb86f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 10 Sep 2024 09:16:14 -0700 Subject: Add command test for #9121. --- test/command/9121.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/command/9121.md diff --git a/test/command/9121.md b/test/command/9121.md new file mode 100644 index 000000000..8ced6a264 --- /dev/null +++ b/test/command/9121.md @@ -0,0 +1,17 @@ +```` +% pandoc -t gfm +a $$x=y$$ b +^D +a +``` math +x=y +``` +b +```` + +```` +% pandoc -t gfm +a $x=y$ b +^D +a $`x=y`$ b +```` -- cgit v1.2.3