pandoc/src/Text/Pandoc/Writers
Björn Peemöller 2761fecd57 Fix for calculation of column widths for aligned multiline tables
This also fixes excessive CPU and memory usage for tables
when --columns is set in such a way that cells must be very
tiny.

Now cells are guaranteed to be big enough so that single
words don't need to line break, even if this pushes the
line length above the column width.

Closes #1911.
2016-11-19 23:14:35 +01:00
..
AsciiDoc.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
CommonMark.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
ConTeXt.hs Add option for top-level division type 2016-10-19 13:12:57 +02:00
Custom.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
Docbook.hs Add option for top-level division type 2016-10-19 13:12:57 +02:00
Docx.hs Docx writer: fixed XML markup for empty cells. 2016-11-18 16:47:23 +01:00
DokuWiki.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
EPUB.hs EPUB writer: use stringify instead of plain writer for metadata. 2016-10-02 22:01:22 +02:00
FB2.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
Haddock.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
HTML.hs reveal.js: don't change slide title to level 1 header. 2016-10-25 17:07:51 +02:00
ICML.hs ICML writer: replace partial function (!!) in table handling (#3175) 2016-10-23 21:42:33 +02:00
LaTeX.hs Add option for top-level division type 2016-10-19 13:12:57 +02:00
Man.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
Markdown.hs Fix for calculation of column widths for aligned multiline tables 2016-11-19 23:14:35 +01:00
MediaWiki.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
Native.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
ODT.hs ODT/OpenDocument writer: improved image attributes 2015-12-13 21:40:13 +01:00
OpenDocument.hs Inline code when text has a special style 2016-11-08 09:29:46 -05:00
OPML.hs Implemented SoftBreak and new --wrap option. 2015-12-11 23:55:08 -08:00
Org.hs Org writer: drop space before footnote markers 2016-10-17 22:11:03 +02:00
RST.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
RTF.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
Shared.hs Writers: treat SoftBreak as space for stripping 2016-07-01 00:52:52 -04:00
TEI.hs Add option for top-level division type 2016-10-19 13:12:57 +02:00
Texinfo.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
Textile.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
ZimWiki.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00