Add command test for #9121.

This commit is contained in:
John MacFarlane
2024-09-10 09:16:14 -07:00
parent 1166d331a5
commit 687155e2bd
+17
View File
@@ -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
````