当前位置: 首页 > Linux

【工具】Pandoc使用注意事项

时间:2023-04-06 20:53:29 Linux

简介pandoc工具是常用的文档格式转换工具,支持Markdown、HTML、LaTeX、Worddocx、PDF等文档格式的转换。最简单的安装方式是从官网下载软件,直接安装即可。点击下载。其他安装方法如下。Windows使用Chocolatey安装:chocoinstallpandocMacOS使用Homebrew安装:brewinstallpandoc使用普通文档格式转换pandoc-opandoc-ooutput.htmlinput.txt显式指定输入\输出格式pandoc-fpandoc-t,如hello.txthtml转markdown格式pandoc-fhtml-tmarkdownhello.txt更多使用方法请参考官方手册。