pandoc/src/Text/Pandoc/Writers
2014-04-04 17:39:56 -07:00
..
AsciiDoc.hs Adjustments for new Format newtype. 2013-08-10 17:24:54 -07:00
ConTeXt.hs ConTeXt writer: Don't hardcode figure/table placement. 2013-11-30 16:16:35 -08:00
Custom.hs Correctly handle UTF-8 in custom lua scripts. Closes #1189. 2014-04-04 15:43:47 -07:00
Docbook.hs Docbook writer: Hierarchicalize block content in metadata. 2013-11-19 12:01:52 -08:00
Docx.hs Fixed small regression in docx writer. 2014-01-07 09:01:32 -08:00
EPUB.hs EPUB writer: Handle files linked in raw img tags. 2014-03-14 15:41:28 -07:00
FB2.hs Use isHeaderBlock from Shared rather than defining it anew... 2014-01-02 19:32:13 -08:00
HTML.hs HTML writer: Add colgroup around col tags. 2014-03-05 13:01:23 -08:00
ICML.hs InDesign ICML Writer 2014-02-28 13:35:35 +01:00
LaTeX.hs LaTeX writer: handle line breaks in simple table cells. 2014-04-04 17:39:56 -07:00
Man.hs Man writer: Ensure that terms in definition lists aren't line wrapped. 2014-03-12 10:23:45 -07:00
Markdown.hs Markdown writer: Use longer backtick fences if needed. 2014-03-30 15:50:01 -07:00
MediaWiki.hs HLint: redundant parens 2013-12-19 20:43:25 -05:00
Native.hs Some test suite fixes for new metadata. 2013-06-25 22:32:50 -07:00
ODT.hs ODT writer: Use mathml for proper rendering of formulas. 2014-01-02 15:23:40 -08:00
OpenDocument.hs OpenDocument writer: Fixed RawInline, RawBlock so they don't escape. 2014-01-02 15:23:16 -08:00
OPML.hs Created Text.Pandoc.Writers.Shared, improved metaToJSON. 2013-07-01 20:47:26 -07:00
Org.hs HLint: use elem and notElem 2013-12-19 20:19:24 -05:00
RST.hs RST writer: Avoid stack overflow with certain tables. 2014-03-14 14:03:15 -07:00
RTF.hs RTF writer: Fixed tables cells containing paragraphs. 2014-03-24 15:12:32 -07:00
Shared.hs Moved fixDisplayMath from Docx writer to Writer.Shared. 2014-01-02 15:22:50 -08:00
Texinfo.hs Use isHeaderBlock from Shared rather than defining it anew... 2014-01-02 19:32:13 -08:00
Textile.hs HLint: redundant parens 2013-12-19 20:43:25 -05:00