summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-06-26 19:50:52 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-06-26 19:50:52 -0700
commite9f6366af756822b61aea63aa5733df61f421e10 (patch)
tree528e06086e215da9526a64564a8de2d0c1d8163e /src/Text/Pandoc
parente03b940baa435863ead2181f42e0efddeb4dffbf (diff)
Don't escape `_` as `\letterunderscore{}` in ConTeXt.
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r--src/Text/Pandoc/Writers/ConTeXt.hs1
1 files changed, 0 insertions, 1 deletions
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 -> "--"