We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db92f61 commit 051fa7dCopy full SHA for 051fa7d
src/Text/Pandoc/Writers/Ms.hs
@@ -313,7 +313,7 @@ blockToMs opts (Figure figattr (Caption _ caption) body) =
313
".pdf" -> ".PDFPIC"
314
_ -> "\\\" .IMAGE"
315
return $ nowrap (literal cmd <+>
316
- doubleQuotes (literal (escapeStr opts src)) <>
+ doubleQuotes (literal src) <>
317
sizeAttrs) $$
318
literal (".ce " <> tshow captlines) $$
319
capt $$
0 commit comments