Skip to content

Commit 424b78f

Browse files
committed
don't call pandoc_path_arg for local mathjax (it's always relative and doesn't require expansion)
1 parent b09be12 commit 424b78f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

R/pandoc.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ pandoc_mathjax_args <- function(mathjax,
319319
mathjax_path <- render_supporting_files(mathjax_path,
320320
files_dir,
321321
"mathjax-2.3.0")
322-
mathjax_path <- pandoc_path_arg(mathjax_path)
323322
mathjax <- paste(mathjax_path, "/", mathjax_config(), sep = "")
324323
}
325324

0 commit comments

Comments
 (0)