GFM has funny treatment of escaped braces, requiring `\\{` instead of `\{`. ``` % pandoc -f gfm -t markdown $\\{x,y\\}$ ^D $\{x,y\}$ ```