Gour <[email protected]> writes: > On Tue, 26 Jan 2010 19:27:30 +0000 >>>>>>> "Eric" == Eric Kow <[email protected]> wrote: > > Eric> I forgot to mention: Pandoc does not support reST tables, as far > Eric> as I know. For now, I've been writing code blocks (which just > Eric> so happen to be in reST format in case somebody wrote support in > Eric> the future) > > This is really showstopper for using Pandoc... strange why they push > markdown so much instead of completing reST support.
Markdown doesn't support tables, either. Some *implementations* might extend markdown in a non-standard, non-portable way, but in portable markdown you're required to use raw HTML to mark up tables. The rst equivalent would be ".. raw:: html", from memory. _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
