diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Text/Pandoc/Writers/Groff.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/Groff.hs b/src/Text/Pandoc/Writers/Groff.hs index aac76060e..cb7252726 100644 --- a/src/Text/Pandoc/Writers/Groff.hs +++ b/src/Text/Pandoc/Writers/Groff.hs @@ -97,7 +97,7 @@ groffEscapes = Map.fromList , ('\x2026', "\\&...") , ('~', "\\[ti]") , ('^', "\\[ha]") - , ('@', "\\@") + , ('@', "\\[at]") , ('\\', "\\\\") ] |