From e9f6366af756822b61aea63aa5733df61f421e10 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 26 Jun 2012 19:50:52 -0700 Subject: Don't escape `_` as `\letterunderscore{}` in ConTeXt. --- src/Text/Pandoc/Writers/ConTeXt.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Text/Pandoc/Writers') diff --git a/src/Text/Pandoc/Writers/ConTeXt.hs b/src/Text/Pandoc/Writers/ConTeXt.hs index d6fc516a5..4514199b5 100644 --- a/src/Text/Pandoc/Writers/ConTeXt.hs +++ b/src/Text/Pandoc/Writers/ConTeXt.hs @@ -104,7 +104,6 @@ escapeCharForConTeXt opts ch = '>' -> "\\lettermore{}" '[' -> "{[}" ']' -> "{]}" - '_' -> "\\letterunderscore{}" '\160' -> "~" '\x2014' | ligatures -> "---" '\x2013' | ligatures -> "--" -- cgit v1.2.3