pandoc/src/Text/Pandoc/Writers
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
..
ConTeXt.hs Better looking simple tables. Resolves Issue #180. 2009-11-28 03:22:33 +00:00
Docbook.hs Use language attribute to indicate source language in docbook code blocks. 2009-07-03 02:33:58 +00:00
HTML.hs Modified html+lhs output to use 'haskell' highlighter. 2009-11-21 04:40:59 +00:00
LaTeX.hs Better looking simple tables. Resolves Issue #180. 2009-11-28 03:22:33 +00:00
Man.hs Better looking simple tables. Resolves Issue #180. 2009-11-28 03:22:33 +00:00
Markdown.hs Better looking simple tables. Resolves Issue #180. 2009-11-28 03:22:33 +00:00
MediaWiki.hs Moved all haskell source to src subdirectory. 2009-01-24 20:00:26 +00:00
OpenDocument.hs Better looking simple tables. Resolves Issue #180. 2009-11-28 03:22:33 +00:00
RST.hs Better looking simple tables. Resolves Issue #180. 2009-11-28 03:22:33 +00:00
RTF.hs Better looking simple tables. Resolves Issue #180. 2009-11-28 03:22:33 +00:00
S5.hs Moved all haskell source to src subdirectory. 2009-01-24 20:00:26 +00:00
Texinfo.hs Better looking simple tables. Resolves Issue #180. 2009-11-28 03:22:33 +00:00