DEBSOURCES
Skip Quicknav
sources / haskell-pandoc / 3.7.0.2-1 / test / command / 10631.md
12345678
GFM has funny treatment of escaped braces, requiring `\\{` instead of `\{`. ``` % pandoc -f gfm -t markdown $\\{x,y\\}$ ^D $\{x,y\}$ ```