mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
Add command test for #9121.
This commit is contained in:
@@ -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
|
||||
````
|
||||
Reference in New Issue
Block a user