pandoc/src/Text/Pandoc/Writers
John MacFarlane ca3c292f30 EPUB writer: Fixed bug with --epub-stylesheet.
Now the contents of `writerEpubStylesheet` (set by `--epub-stylesheet`)
should again work, and take precedence over a stylesheet specified
in the metadata.
2013-12-13 11:10:04 -08: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 Adjustments for new Format newtype. 2013-08-10 17:24:54 -07:00
Docbook.hs Docbook writer: Hierarchicalize block content in metadata. 2013-11-19 12:01:52 -08:00
Docx.hs Docx writer: Implemented csl flipflopping spans. 2013-11-23 14:52:14 -08:00
EPUB.hs EPUB writer: Fixed bug with --epub-stylesheet. 2013-12-13 11:10:04 -08:00
FB2.hs Use walk, walkM in place of bottomUp, bottomUpM when possible. 2013-08-10 18:45:00 -07:00
HTML.hs HTML writer: Handle csl flipflopping spans (csl-no-emph, etc.) 2013-11-23 14:24:33 -08:00
LaTeX.hs Add booktabs package for LaTeX tables 2013-12-04 04:26:22 +00:00
Man.hs TexMath: Export readTeXMath', which attends to display/inline. 2013-11-01 14:28:24 -07:00
Markdown.hs Don't use tilde code blocks with braced attributes in gfm output. 2013-12-09 20:31:47 -08:00
MediaWiki.hs Adjusted writers and tests for change in parsing of div/span. 2013-08-18 14:36:40 -07:00
Native.hs Some test suite fixes for new metadata. 2013-06-25 22:32:50 -07:00
ODT.hs ODT/OpenDocument writer: Minor changes for ODF 1.2 conformance. 2013-08-11 17:13:46 -07:00
OpenDocument.hs ODT writer: Add draw:name attribute to draw:frame elements. 2013-11-30 17:00:58 -08:00
OPML.hs Created Text.Pandoc.Writers.Shared, improved metaToJSON. 2013-07-01 20:47:26 -07:00
Org.hs Adjusted writers and tests for change in parsing of div/span. 2013-08-18 14:36:40 -07:00
RST.hs Use isURI instead of isAbsoluteURI. 2013-10-16 09:48:11 -07:00
RTF.hs TexMath: Export readTeXMath', which attends to display/inline. 2013-11-01 14:28:24 -07:00
Shared.hs Text.Pandoc.Writer.Shared: fixed bug in tagWithAttrs. 2013-10-26 18:22:59 -07:00
Texinfo.hs Use isURI instead of isAbsoluteURI. 2013-10-16 09:48:11 -07:00
Textile.hs Adjusted writers and tests for change in parsing of div/span. 2013-08-18 14:36:40 -07:00