我有一个在 Typora 中创建的 markdown 文件(称为 testfile.md)。当我从 Typora 将其导出为 PDF 时,它会在后台调用 Pandoc,并且文件已成功创建。但是,当我尝试从 Powershell 进行转换时,我收到一条听起来非常迂腐的错误消息,通知尚未创建所需的 PDF。示例:
Error producing PDF.
! Missing { inserted.
<to be read again>
为什么 Pandoc 在单独执行(通过 PowerShell)时对错误如此不宽容,而从 Pandoc 执行时则不然?有没有办法让 Pandoc 忽略这些错误或自动更正它们?作为参考,我尝试过的命令之一是,pandoc testfile.md -o testfile.pdf
尽管到目前为止所有其他命令都产生了类似的结果。