diff --git a/MarkEditMac/Sources/Editor/Controllers/EditorViewController+Pandoc.swift b/MarkEditMac/Sources/Editor/Controllers/EditorViewController+Pandoc.swift index 76803b30..7d66cad9 100644 --- a/MarkEditMac/Sources/Editor/Controllers/EditorViewController+Pandoc.swift +++ b/MarkEditMac/Sources/Editor/Controllers/EditorViewController+Pandoc.swift @@ -15,6 +15,7 @@ extension EditorViewController { "pandoc", url.escapedFilePath, "-f gfm -t \(format)", + "--pdf-engine=context", "-s -o \(url.replacingPathExtension(format).escapedFilePath)", "&& open \(url.deletingLastPathComponent().escapedFilePath)", ].joined(separator: " ")