Skip to content

Commit

Permalink
Add --pdf-engine=context to Pandoc commands (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanzhong authored Feb 24, 2023
1 parent 6bbb48b commit de7e06c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: " ")
Expand Down

0 comments on commit de7e06c

Please sign in to comment.