aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorMichael Hoffmann <brennan.brisad@gmail.com>2020-07-08 23:37:30 +0200
committerMichael Hoffmann <brennan.brisad@gmail.com>2020-07-08 23:52:28 +0200
commit09ea10e2b1d8c746422e1a05562b37db4c71be55 (patch)
tree51412c1060620e4aeef3e912fe460ce79f374c44 /pandoc.cabal
parent804e8eeed2fbcd0b4a52ad908b8ccccf89563097 (diff)
downloadpandoc-09ea10e2b1d8c746422e1a05562b37db4c71be55.tar.gz
Escape starting periods in ms writer code blocks
If a line of ms code block output starts with a period (.), it should be prepended by '\&' so that it is not interpreted as a roff command. Fixes #6505
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index a36f3942c..83c7f1805 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -816,6 +816,7 @@ test-suite test-pandoc
Tests.Writers.FB2
Tests.Writers.Powerpoint
Tests.Writers.OOXML
+ Tests.Writers.Ms
if os(windows)
cpp-options: -D_WINDOWS
default-language: Haskell2010