aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+````