WebHub
WebHub copied to clipboard
关于pandoc将markdown转化为word时table的转化问题
参考资料:
高亮显示加参数standalone
Pandoc的markdown的中文翻译
pandoc -w markdown_strict+grid_tables test.md这句命名能在控制台将md文档中的表格处理然后输出在命令行中
命名集合
pandoc --from=markdown --to=docx --columns=100 table.md -o table.docxpandoc -f markdown_github -t docx --toc ./test.md -o test.docx --toc
这个问题有解决吗?如果解决了望告知,谢谢!
@hellozjf 我尝试了很久,mardown的table转化还是有问题,最后的解决方案是不用table.....