pandoc/src/Text/Pandoc/Readers
John MacFarlane 3a17919a46 Markdown: Allow pipe tables created by emacs orgtbl-mode to work.
The difference is the + separators.  Note: only simple org-tables
work, with no bottom line. This just allows you to use org-mode's
nice table editor to create regular pipe tables.

In particular, org-mode's method for determining column alignments
implicitly is not enabled.  You must put in :s to specify alignments,
as stated in the documentation.
2012-08-10 13:29:37 -07:00
..
DocBook.hs Fixed whitespace errors. 2012-07-26 22:32:53 -07:00
HTML.hs Fixed whitespace errors. 2012-07-26 22:32:53 -07:00
LaTeX.hs Changes to literate haskell options. 2012-08-08 23:18:19 -07:00
Markdown.hs Markdown: Allow pipe tables created by emacs orgtbl-mode to work. 2012-08-10 13:29:37 -07:00
Native.hs Use safeRead instead of using reads directly (various modules). 2012-08-09 08:11:28 -07:00
RST.hs Changes to literate haskell options. 2012-08-08 23:18:19 -07:00
TeXMath.hs Fixed whitespace errors. 2012-07-26 22:32:53 -07:00
Textile.hs Fixed whitespace errors. 2012-07-26 22:32:53 -07:00