I manage to generate simple_tables tables presented in the answer to a similar question. But when I copy-paste the markdown for pipe_tables presented on johnmacfarlane.net, it doesn't render as a table.
Asked
Active
Viewed 829 times
2
-
Did you turn on the `pipe_tables` extension? – xmojmr Nov 21 '14 at 09:55
-
2I tried to but I get an `Unknown reader: markdown+pipe_tables` exception. According to [this pandoc issue](https://github.com/jgm/pandoc/issues/751), it may be due to my version of pandoc 1.9.4.2. – Paul Rougieux Nov 21 '14 at 10:41
-
1The latest version is pandoc 1.13.2. Try updating and report back if that doesn't help. – Matthew Pickering Nov 23 '14 at 01:50
-
@xmojmr and how does one do that?? – drevicko Feb 03 '17 at 22:06
-
2@drevicko `pandoc -f markdown+pipe_tables input_file` – xmojmr Feb 05 '17 at 07:06