pandoc 2.18, macOS. I find the tables to be very finicky, rather than very intuitive. for example, ``` --- title: "Test Pandoc Tables" output: tex_document: md_extensions: +grid_tables --- compile with `pandoc -s finicky.md -o finicky.tex`. +--------------+---------+ | Opinion | Percent | +==============+=========+ | Undervalued | 84% | | Correctly | 13% | | Overvalued | 3% | +--------------+---------+ +--------------+---------+ | Opinion | Percent | +==============+=========+ | Undervalued | 84% | | Correctly | 13% | | Overvalued | 3% | +--------------+---------+ | Opinion | Percent | +==============+========:+ | Undervalued | 84% | | Correctly | 13% | | Overvalued | 3% | ``` places the 84 and 13 on the same line and the 3 at the middle line. is my error terribly obvious? there is probably a perfectly natural explanations for my error, but it would seem to me that pandoc is perhaps a bit too finicky in its interpretations here. pointers appreciated... -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/940779e4-0ae1-46fc-9270-af8b73f1131en%40googlegroups.com.