Skip to content

Commit 687155e

Browse files
committed
Add command test for #9121.
1 parent 1166d33 commit 687155e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

test/command/9121.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
````
2+
% pandoc -t gfm
3+
a $$x=y$$ b
4+
^D
5+
a
6+
``` math
7+
x=y
8+
```
9+
b
10+
````
11+
12+
````
13+
% pandoc -t gfm
14+
a $x=y$ b
15+
^D
16+
a $`x=y`$ b
17+
````

0 commit comments

Comments
 (0)