aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Options.hs
AgeCommit message (Expand)AuthorFilesLines
2016-10-09removed mmd raw_tex in src/Text/Pandoc/Options.hsKolenCheung1-1/+3
2016-09-28Markdown reader: added bracket syntax for native spans.John MacFarlane1-0/+2
2016-06-20Changed email-obfuscation default to no obfuscation.John MacFarlane1-1/+1
2016-04-29Write out Docbook 5 namespaceIvo Clarysse1-2/+2
2016-04-29Add docbook5 writer supportIvo Clarysse1-0/+2
2016-03-22Updated copyright dates to include 2016.John MacFarlane1-2/+2
2016-03-15Introduce file-scope parsing (parse-before-combine)Jesse Rosenthal1-0/+2
2016-02-09Removed `tex_math_single_backslash` from `markdown_github` options.John MacFarlane1-1/+0
2015-12-12Implemented `east_asian_line_breaks` extension.John MacFarlane1-0/+2
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-2/+9
2015-11-19Renamed link attribute extensions.John MacFarlane1-5/+5
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-0/+5
2015-11-14Derive Generic instances for types in Text.Pandoc.Options.John MacFarlane1-10/+11
2015-11-13Added `emoji` extension to Markdown.John MacFarlane1-0/+2
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-1/+0
2015-10-03FIxed typo: Ext_superscript, Ext_subscript.John MacFarlane1-2/+2
2015-10-03For markdown_mmd, add: implicit_figures, superscripts, subscripts.John MacFarlane1-0/+9
2015-07-27Text.Pandoc.Options: modifications for image attributes.John MacFarlane1-0/+5
2015-06-27Options: Export `plainExtensions`.John MacFarlane1-0/+19
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-03-19Derive from Data and Typeable for libpandocShahbaz Youssefi1-9/+12
2015-03-16Replace occurrences of 'Github' with 'GitHub'Tom Leese1-1/+1
2015-03-15Merge pull request #1989 from zudov/shortcut_ref_link_prJohn MacFarlane1-1/+7
2015-03-10Support shortcut reference links in markdown writerKonstantin Zudov1-1/+7
2015-03-04Fix issue #969, #1779 by providing --latex-engine-optSumit Sahrawat1-0/+2
2014-12-26Added `--verbose` flag for debugging output in PDF production.John MacFarlane1-0/+2
2014-09-25Add support for KaTeX HTML mathmpickering1-0/+1
2014-08-08Added `native_divs` and `native_spans` extensions.John MacFarlane1-0/+4
2014-07-31Options: Added option to turn on epub html extensionsMatthew Pickering1-0/+1
2014-07-31New module, Text.Pandoc.MediaBag.John MacFarlane1-2/+3
2014-07-31Made MediaBag a newtype, and added mime type information to media.John MacFarlane1-3/+2
2014-07-30Removed deprecated and no longer used readerStrict in ReaderOptions.John MacFarlane1-2/+0
2014-07-30Moved MediaBag back from Shared to Options, to avoid module cycle.John MacFarlane1-5/+1
2014-07-30Added writerMediaBag to WriterOptions.John MacFarlane1-1/+3
2014-07-30Moved MediaBag from Shared to Options.John MacFarlane1-0/+6
2014-07-20Markdown reader: revised definition list syntax (closes #1429).John MacFarlane1-0/+2
2014-07-11Markdown writer: don't use braced attributes for fenced code.John MacFarlane1-1/+0
2014-06-25Add TrackChanges to Options export.Jesse Rosenthal1-0/+1
2014-06-25Add reader option for track changes.Jesse Rosenthal1-0/+2
2014-06-25Add TrackChanges type to options.Jesse Rosenthal1-0/+6
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-02-25Added readerTrace to ReaderOptions, --trace command line opt.John MacFarlane1-0/+2
2013-09-07Added `lists_without_preceding_blankline` extension.John MacFarlane1-0/+2
2013-08-24Removed dependency on citeproc-hs.John MacFarlane1-7/+0
2013-08-11Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe).John MacFarlane1-2/+2
2013-07-17Added `ignore_line_breaks` markdown extension.John MacFarlane1-0/+1
2013-07-02Rename `Ext_yaml_title_block` -> `Ext_yaml_metadata_block`.John MacFarlane1-2/+2
2013-06-24Use new flexible metadata type.John MacFarlane1-0/+2