安装 pandoc
scoop install pandoc
验证安装效果
pandoc -v
pandoc 3.10
Features: +server +lua
Scripting engine: Lua 5.4
User data directory: C:\Users\AppData\Roaming\pandoc
Copyright (C) 2006-2025 John MacFarlane. Web: https://pandoc.org
This is free software; see the source for copying conditions. There is no
warranty, not even for merchantability or fitness for a particular purpose.
使用
pandoc '.\test.md' -o './test.pdf'
// markdown 文件中没有中文字符
报错
'pdflatex' not found. Please select a different --pdf-engine or install 'pdflatex'
解决办法
scoop install miktex
成功
浙公网安备 33010602011771号