pandoc/src/Text/Pandoc
Nikolay Yakimov 5f7639a0d6 Markdown Reader: Require nonempty value in mmd title block
`many1Till` will gobble up newline, and then whole following line will
match, so I had to use guard here.
2015-03-28 07:07:03 +03:00
..
Compat Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5. 2014-12-19 16:13:38 -08:00
Readers Markdown Reader: Require nonempty value in mmd title block 2015-03-28 07:07:03 +03:00
Writers Markdown writer: fixes for GHC 7.10. 2015-03-19 11:48:05 -07:00
Asciify.hs Fixed typo in module header for Asciify. 2014-07-12 23:47:38 -07:00
Data.hsb Use hsb2hs preprocessor instead of TH for embed_data_files. 2013-01-23 19:26:39 -08:00
Highlighting.hs Highlighting: Let .numberLines work even if no language given. 2014-06-17 15:15:56 -07:00
ImageSize.hs ImageSize: Use default instead of failing if image size not found 2014-06-20 10:58:26 -07:00
MediaBag.hs Derive from Data and Typeable for libpandoc 2015-03-19 17:07:18 +01:00
MIME.hs Changed mime type for otf to application/vnd.ms-opentype. 2014-11-16 20:29:38 -08:00
Options.hs Derive from Data and Typeable for libpandoc 2015-03-19 17:07:18 +01:00
Parsing.hs Factor out "returnState" into Parsing module 2015-03-22 21:47:28 +00:00
PDF.hs Fix issue #969, #1779 by providing --latex-engine-opt 2015-03-04 15:25:56 +05:30
Pretty.hs Text.Pandoc.Pretty: Improve performance of realLength 2014-12-06 22:58:40 +00:00
Process.hs Process: Fix minor typo in pipeProcess' docs 2014-05-11 15:07:01 +02:00
SelfContained.hs Improved building of data URIs in SelfContained. 2015-02-13 21:37:43 -08:00
Shared.hs Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5. 2014-12-19 16:13:38 -08:00
Slides.hs Update copyright notices for 2014, add missing notices 2014-05-09 00:46:08 +02:00
Templates.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:35 +11:00
UTF8.hs Removed unneeded CPP. 2014-08-12 22:50:51 -07:00
UUID.hs Update copyright notices for 2014, add missing notices 2014-05-09 00:46:08 +02:00
XML.hs Update copyright notices for 2014, add missing notices 2014-05-09 00:46:08 +02:00