..
AsciiDoc.hs
AsciiDoc writer: avoid wrapping after list marker.
2015-03-15 15:43:05 -07:00
CommonMark.hs
Added CommonMark writer.
2015-03-29 23:42:42 -07:00
ConTeXt.hs
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof ...
2015-01-05 14:41:54 +11:00
Custom.hs
Custom writer: Raise PandocLuaException
instead of using 'error'.
2015-01-18 22:04:42 -08:00
Docbook.hs
Docbook writer: don't print empty id attributes.
2015-02-25 06:59:43 -08:00
Docx.hs
Added "noProof" to docx syntax highlighting SourceCode style.
2015-04-01 15:21:55 -07:00
DokuWiki.hs
Append newline to the LineBreak of various writers
2015-02-04 22:42:22 -08:00
EPUB.hs
EPUB writer: Take TOC title from toc-title metadata field.
2015-04-02 21:28:55 -07:00
FB2.hs
FB2 writer: Add newline to output.
2014-12-15 22:14:29 -08:00
Haddock.hs
Renamed readTeXMath' to avoid name conflict with texmath 0.6.7
2014-07-19 18:10:59 +01:00
HTML.hs
Really fix #1394 .
2015-03-14 23:32:35 -07:00
ICML.hs
ICML writer: Better handling of raw blocks and inlines.
2015-02-17 08:50:48 -08:00
LaTeX.hs
LaTeX writer: recognize book documentclass if set in metadata.
2015-02-25 08:57:30 -08:00
Man.hs
Use stripPrefix
where appropriate.
2014-08-04 19:57:42 +04:00
Markdown.hs
Markdown writer: fixes for GHC 7.10.
2015-03-19 11:48:05 -07:00
MediaWiki.hs
Merge pull request #1927 from freephile/master
2015-02-07 20:33:33 -08:00
Native.hs
Update copyright notices for 2014, add missing notices
2014-05-09 00:46:08 +02:00
ODT.hs
ODT Writer: Figure captions
2015-04-12 00:34:03 +03:00
OpenDocument.hs
ODT Writer: Figure captions
2015-04-12 00:34:03 +03:00
OPML.hs
Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.
2014-12-19 16:13:38 -08:00
Org.hs
Org Writer: Write anchor elements
2014-08-08 00:20:18 +01:00
RST.hs
RST writer: better handling of raw latex inline.
2015-04-07 22:07:38 -07:00
RTF.hs
Text.Pandoc.Writers.RTF: Add blankline at end of output
2014-12-15 21:35:47 +00:00
Shared.hs
Update copyright notices for 2014, add missing notices
2014-05-09 00:46:08 +02:00
Texinfo.hs
Merge branch 'patch/fixTexinfoWrap' of https://github.com/timtylin/scholdoc into timtylin-patch/fixTexinfoWrap
2015-02-07 20:28:56 -08:00
Textile.hs
Textile reader: Improved table support.
2014-08-30 20:34:42 -07:00