pandoc-3.7: test/command/10631.md
GFM has funny treatment of escaped braces, requiring `\\{` instead of `\{`.
```
% pandoc -f gfm -t markdown
$\\{x,y\\}$
^D
$\{x,y\}$
```
GFM has funny treatment of escaped braces, requiring `\\{` instead of `\{`.
```
% pandoc -f gfm -t markdown
$\\{x,y\\}$
^D
$\{x,y\}$
```