I am using pandoc v3.2, This is my markdown file:
markdown file
then using the cmd:
pandoc -s -o test.pdf --from=markdown+grid_tables test.md --pdf-engine=xelatex -V CJKmainfont="Microsoft YaHei" -V mainfont="Microsoft YaHei"
the result:
result
it’s always three-line tables, not my want(grid_tables)
who know how to solve it? Thanks!!!
I need to disable the longtable, using pandoc’s grid tables. Thanks!!!
New contributor
Yantao Wu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
0