Hi, I'm trying to write a table in Markdown and generate a PDF output. I use the following command to compile: pandoc oblig1.md --pdf-engine=xelatex -N -o oblig1.pdf I found an example table on the internet: | Tables | Are | Cool | | ------------- | :-------------: | -----: | | col 3 is | right-aligned | $1600 | | col 2 is | centered | $12 | | zebra stripes | are neat | $1 | This got generated perfectly as a table in the PDF output. But when I tried myself, it got rendered as pure text. | 0 | 1 | 2 | | 2 | 0 | 0 | | 3 | 0 | 0 | I fail to see any difference in syntax between these two examples, yet somehow they are parsed differently. What am I doing wrong?:) Thanks. -- 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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/bee8001d-20ff-4891-8119-3b792fc52e37%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.