pandoc文档转换失败,错误2

Sus*_* Li 9 html r pandoc rstudio

当我在R studio中编写HTML时,我得到了这个:

"C:/ Users/Susan/ANACON~1/Scripts/pandoc"+ RTS -K512m -RTS lesson3_student.utf8.md - to html - from markdown + autolink_bare_uris + ascii_identifiers + tex_math_single_backslash --output lesson3_student.html --smart --email-obfuscation none - self-contained --standalone --section-divs --template"C:\ Users\Susan\Documents\R\win-library\3.3\rmarkdown\rmd\h\default.html" --no-highlight --variable highlightjs = 1 - 变量"theme:bootstrap"--include-in-header"C:\ Users\Susan\AppData\Local\Temp\RtmpaUaaRx\rmarkdown-str3cf45da21737.html" - mathjax --variable"mathjax-url:https://cdn.mathjax.org/mathjax/latest/MathJax.js?config = TeX-AMS-MML_HTMLorMML "输出文件:lesson3_student.knit.md

无法识别的选项`--smart'尝试pandoc.exe --help以获取更多信息.错误:pandoc文档转换失败,错误2另外:警告消息:正在运行命令'"C:/ Users/Susan/ANACON~1/Scripts/pandoc"+ RTS -K512m -RTS lesson3_student.utf8.md --to html - -from markdown + autolink_bare_uris + ascii_identifiers + tex_math_single_backslash --output lesson3_student.html --smart --email-obfuscation none - self-contained --standalone --section-divs --template"C:\ Users\Susan\Documents\R\win-library\3.3\rmarkdown\rmd\h\default.html" - no-highlight --variable highlightjs = 1 --variable"theme:bootstrap"--include-in-header"C:\ Users\Susan\AppData\Local\Temp\RtmpaUaaRx\rmarkdown-str3cf45da21737.html"--mathjax --variable"mathjax-url:https://cdn.mathjax.org/mathjax/latest/MathJax.js?config = Te-SAMS -MML_HTMLorMML "'状态为2执行暂停

有人能告诉我出了什么问题以及如何解决这个问题吗?

谢谢

Asa*_*oah 21

今天我遇到了同样的问题.我固定它通过设置智能选项false,如所描述这里.

   output:
     html_document: 
       smart: false
Run Code Online (Sandbox Code Playgroud)

--smart在最新的pandoc版本(1.19.2.1)中似乎不再支持它,即使它应该是; 看看RStudio论坛上的讨论