How to change pandoc option in R Studio
问题 Installing package rmarkdown in R Studio you can create docx documents using a Rmd-file and pressing the Knit Word button. The invoked command is then: "C:/Program Files/RStudio/bin/pandoc/pandoc" +RTS -K512m -RTS hallo.utf8.md --to docx --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash-implicit_figures --output hallo.docx --highlight-style tango Question How to add other options? I want to add: --filter ./pandoc-word-pagebreak to get: "C:/Program Files/RStudio