aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-09-10 09:16:14 -0700
committerJohn MacFarlane <[email protected]>2024-09-10 09:16:14 -0700
commit687155e2bd7f52f36baab0fec7230e12dafcb86f (patch)
tree9da2d24df966a0b401398fd944f973da551f58ad
parent1166d331a5d9f608b2f4312a2ad92a3844178813 (diff)
-rw-r--r--test/command/9121.md17
1 files changed, 17 insertions, 0 deletions
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
+````