pandoc/src/Text/Pandoc/Readers
fiddlosopher 98ff6b2fd0 Better looking simple tables. Resolves Issue #180.
* Markdown reader: simple tables are now given column widths of 0.

* Column width of 0 is interpreted as meaning: use default column width.

* Writers now include explicit column width information only
  for multiline tables.  (Exception:  RTF writer, which requires
  column widths.  In this case, columns are given equal widths,
  adding up to the text width.)

* Simple tables should now look better in most output formats.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1631 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-11-28 03:22:33 +00:00
..
HTML.hs Fixed htmlComment parser. 2009-11-21 05:23:09 +00:00
LaTeX.hs Specially mark code blocks that were "literate" in the input. 2009-11-03 06:50:17 +00:00
Markdown.hs Better looking simple tables. Resolves Issue #180. 2009-11-28 03:22:33 +00:00
RST.hs Support for "..code-block" directive in RST reader. 2009-11-17 03:36:04 +00:00
TeXMath.hs Added \int to characters handled as unicode in tex math. 2009-11-28 03:22:14 +00:00