From 24f388e1a7ea4a6affad232035526191e5df961d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 17 Oct 2018 17:39:42 -0700 Subject: man/ms writers: use `\[at]` for escaped `@`. --- src/Text/Pandoc/Writers/Groff.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text/Pandoc/Writers') 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]") , ('\\', "\\\\") ] -- cgit v1.2.3