Skip to content

Commit

Permalink
Add command test for #9121.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Sep 10, 2024
1 parent 1166d33 commit 687155e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions test/command/9121.md
Original file line number Diff line number Diff line change
@@ -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
````

0 comments on commit 687155e

Please sign in to comment.