diff options
-rw-r--r-- | src/Text/Pandoc/Writers/Groff.hs | 2 | ||||
-rw-r--r-- | test/writer.ms | 2 |
2 files changed, 2 insertions, 2 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]") , ('\\', "\\\\") ] diff --git a/test/writer.ms b/test/writer.ms index 8480f5520..c81127721 100644 --- a/test/writer.ms +++ b/test/writer.ms @@ -925,7 +925,7 @@ It should. .LP An e-mail address: \c .pdfhref W -D "mailto:nobody%40nowhere.net" -A "\c" \ - -- "nobody\@nowhere.net" + -- "nobody\[at]nowhere.net" \& .RS .LP |