Wandmalfarbe / pandoc-latex-template

A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
BSD 3-Clause "New" or "Revised" License
6.21k stars 968 forks source link

Add options to enable vertical borders in table #215

Closed pandysong closed 3 years ago

pandysong commented 3 years ago

Is it possible to add vertical borders in the table (need it when rendering to pdf).

Wandmalfarbe commented 3 years ago

Pandoc has currently no built-in support for vertical borders in tables (see https://github.com/jgm/pandoc/issues/922).

Is it possible to add vertical borders in the table (need it when rendering to pdf).

I think this might be possible with some serious redefinition of environments/commands, so I'm not going to implement it in Eisvogel. There are some workarounds in the mentioned pandoc issue that you can try though.