pandoc_path_arg | R Documentation |
Transform a path for passing to pandoc on the command line. Calls
path.expand
on all platforms. On Windows,
transform it to a short path name if it contains spaces, and then convert
forward slashes to back slashes (as required by pandoc for some path
references).
pandoc_path_arg(path, backslash = TRUE)
path |
Path to transform |
backslash |
Whether to replace forward slashes in |
Transformed path that can be passed to pandoc on the command line.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.