pandoc/src/Text/Pandoc
Albert Krewinkel d5e4bc179c Org reader: stop padding short table rows
Emacs Org-mode doesn't add any padding to table rows.  The first
row (header or first body row) is used to determine the column count, no
other magic is performed.

The org reader was padding rows to the length of the longest table row.
This was done due to a misunderstanding of how Org handles tables.  This
feature reflected how Org-mode handles tables when pressing <TAB>.  The
Org exporter however, which is what the reader should implement, doesn't
do any of this.  So this was a mis-feature that made the reader more
complex and reduced comparability.  It was hence removed.
2016-05-04 15:48:07 +02:00
..
Compat Restored Text.Pandoc.Compat.Monoid. 2015-11-09 11:19:25 -08:00
Readers Org reader: stop padding short table rows 2016-05-04 15:48:07 +02:00
Writers Merge pull request from bcdevices/docbook5-writer 2016-05-01 22:43:38 -07:00
Asciify.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
CSS.hs new function to extract multiple properties at once in CSS.hs 2015-12-13 21:40:12 +01:00
Data.hsb Text.Pandoc.Data: store paths in dataFiles using posix separators. 2015-10-17 22:04:02 -07:00
Emoji.hs Fixed Emoji character definitions. 2015-12-04 09:38:58 -08:00
Error.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
Highlighting.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
ImageSize.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
MediaBag.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
MIME.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
Options.hs Write out Docbook 5 namespace 2016-04-29 15:43:15 -07:00
Parsing.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
PDF.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
Pretty.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
Process.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
SelfContained.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
Shared.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
Slides.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
Templates.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
UTF8.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
UUID.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
XML.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00