aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Options.hs
AgeCommit message (Expand)AuthorFilesLines
2017-02-27Removed `--epub-stylesheet`; use `--css` instead.John MacFarlane1-2/+0
2017-02-10Added Text.Pandoc.Logging (exported module).John MacFarlane1-5/+0
2017-02-06Removed --parse-raw and readerParseRaw.John MacFarlane1-2/+0
2017-02-04Changed writerEpubMetadata to a Maybe String.John MacFarlane1-2/+2
2017-01-30`--mathml` and MathML in HTMLMathMethod longer take an argument.John MacFarlane1-1/+1
2017-01-28LaTeX writer: export writeBeamer.John MacFarlane1-2/+0
2017-01-27HTML: export separate functions for slide formats.John MacFarlane1-2/+0
2017-01-27HTML writer: export writeHtmlStringForEPUB.John MacFarlane1-2/+0
2017-01-26Split writeDocbook into writeDocbook4, writeDocbook5.John MacFarlane1-2/+0
2017-01-25Provide explicit separate functions for HTML 4 and 5.John MacFarlane1-2/+0
2017-01-25Removed readerVerbosity and writerVerbosity.John MacFarlane1-4/+0
2017-01-25Changes to verbosity in writer and reader options.John MacFarlane1-4/+9
2017-01-25Removed writerHighlight; made writerHighlightStyle a Maybe.John MacFarlane1-4/+3
2017-01-25Removed vestigial writerMediaBag from WriterOptions.John MacFarlane1-3/+0
2017-01-25Removed writerIgnoreNotes.John MacFarlane1-2/+0
2017-01-25Removed unused readerFileScope.John MacFarlane1-2/+0
2017-01-25Removed writerTeXLigatures.John MacFarlane1-2/+0
2017-01-25Options: changed default reader/writerExtensions to emptyExtensions.John MacFarlane1-2/+2
2017-01-25Removed readerOldDashes and --old-dashes option, added old_dashes extension.John MacFarlane1-4/+0
2017-01-25Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane1-2/+0
2017-01-25Make Extensions a custom type instead of a Set Extension.John MacFarlane1-5/+3
2017-01-25Split extensions code from Options into separate Text.Pandoc.Extensions.John MacFarlane1-205/+3
2017-01-25Simplified reference-docx/reference-odt to reference-doc.John MacFarlane1-4/+2
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane1-4/+2
2016-11-27Refactor top-level division selection (#3261)Albert Krewinkel1-7/+9
2016-11-26Allow to overwrite top-level division type heuristics (#3258)Albert Krewinkel1-2/+2
2016-10-22Added `angle_brackets_escapable` extension.John MacFarlane1-1/+3
2016-10-19Add option for top-level division typeAlbert Krewinkel1-4/+9
2016-09-06Add --parts command line option to LaTeX writer.Oliver Matthews1-0/+2
2016-10-11Options: Add references location.Jesse Rosenthal1-0/+9
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