mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-13 04:47:10 +00:00
4ab4c62de3
In GFM, you need to use `\\{` rather than `\{` for a literal brace.
Closes #10631.
138 B
138 B
GFM has funny treatment of escaped braces, requiring \\{ instead of \{.
% pandoc -f gfm -t markdown
$\\{x,y\\}$
^D
$\{x,y\}$