pandoc/src/Text/Pandoc
Albert Krewinkel 505f5bf5d9
Lua: add Version type to simplify comparisons
Version specifiers like `PANDOC_VERSION` and `PANDOC_API_VERSION` are
turned into `Version` objects. The objects simplify version-appropriate
comparisons while maintaining backward-compatibility.

A function `pandoc.types.Version` is added as part of the newly
introduced module `pandoc.types`, allowing users to create version
objects in scripts.
2019-05-29 10:07:43 +02:00
..
App Add template variable curdir with working directory 2019-05-04 09:07:50 -07:00
Filter Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Lua Lua: add Version type to simplify comparisons 2019-05-29 10:07:43 +02:00
Readers consolidate simple-table detection (#5524) 2019-05-27 13:53:19 -04:00
Writers consolidate simple-table detection (#5524) 2019-05-27 13:53:19 -04:00
App.hs Fix --self-contained so it works when output format has extensions. 2019-04-25 21:56:26 -04:00
Asciify.hs Asciify.hs: add Turkish undotted-i (#5434) 2019-04-07 11:01:56 -06:00
BCP47.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Class.hs PowerPoint writer: expand builtin reference doc to model all layouts 2019-04-05 08:50:39 -04:00
CSS.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
CSV.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Data.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Emoji.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Error.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Extensions.hs Add tex_math_dollars to multimarkdownExtensions. 2019-05-18 10:03:09 -07:00
Filter.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Highlighting.hs Add support for go with --listings. 2019-04-03 08:02:39 -07:00
ImageSize.hs Improve pdfSize in ImageSize by ignoring all whitespace in /MediaBox command (#5383) 2019-03-21 10:43:56 -06:00
Logging.hs Org reader: omit, but warn about unknown export options 2019-05-13 22:25:04 +02:00
Lua.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
MediaBag.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
MIME.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Options.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Parsing.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
PDF.hs Allow use of -output-directory in --pdf-engine-opt. 2019-04-23 10:08:25 -07:00
Pretty.hs Use strict instead of lazy sum. 2019-03-28 13:51:15 -07:00
Process.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Readers.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
RoffChar.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
SelfContained.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Shared.hs consolidate simple-table detection (#5524) 2019-05-27 13:53:19 -04:00
Slides.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Templates.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Translations.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
UTF8.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
UUID.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Writers.hs Add XWiki Support (#4167) 2019-04-02 17:27:02 -06:00
XML.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00