pandoc/src/Text/Pandoc/Writers
John MacFarlane 1864bb0994 Data files changes.
* Added `embed_data_files` flag.  (not yet used)
* Shared no longer exports `findDataFile`.
* `readDataFile` now returns a strict bytestring.
* Shared now exports `readDataFileUTF8` which returns a string like
  the old `readDataFile`.
* Rewrote modules to use new data file functions and to avoid
  using functions from Paths_pandoc directly.
2012-12-29 17:54:07 -08:00
..
AsciiDoc.hs Moved WriterOptions and associated types Shared -> Options. 2012-07-26 22:59:56 -07:00
ConTeXt.hs Moved WriterOptions and associated types Shared -> Options. 2012-07-26 22:59:56 -07:00
Docbook.hs Renamed removedLeadingTrailingSpace to trim. 2012-09-29 17:09:34 -04:00
Docx.hs Data files changes. 2012-12-29 17:54:07 -08:00
EPUB.hs Data files changes. 2012-12-29 17:54:07 -08:00
FB2.hs Moved WriterOptions and associated types Shared -> Options. 2012-07-26 22:59:56 -07:00
HTML.hs HTML writer: Include highlighting-css for code spans, too. 2012-11-05 10:45:49 -08:00
LaTeX.hs LaTeX writer: Don't use [fragile] unnecessarily. 2012-11-04 11:09:42 -08:00
Man.hs Renamed removedLeadingTrailingSpace to trim. 2012-09-29 17:09:34 -04:00
Markdown.hs Make --id-prefix affect footnote IDs in markdown writer. 2012-09-25 20:26:38 -07:00
MediaWiki.hs Remove newline after <br/> in translation of LineBreak 2012-10-04 11:16:54 -04:00
Native.hs Moved WriterOptions and associated types Shared -> Options. 2012-07-26 22:59:56 -07:00
ODT.hs Data files changes. 2012-12-29 17:54:07 -08:00
OpenDocument.hs Moved WriterOptions and associated types Shared -> Options. 2012-07-26 22:59:56 -07:00
Org.hs Don't include empty captions in figures. 2012-08-04 11:34:01 -07:00
RST.hs RST writer: Don't add ":align: center" to figures. 2012-11-04 18:33:35 -08:00
RTF.hs Moved WriterOptions and associated types Shared -> Options. 2012-07-26 22:59:56 -07:00
Texinfo.hs Texinfo writer: Fixed internal cross-references. 2012-09-24 19:13:34 -07:00
Textile.hs Textile reader/writer: Fixed autolinks. 2012-11-06 16:05:17 -08:00