aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Options.hs
AgeCommit message (Expand)Author
2017-08-10Remove writerUserDataDir from WriterOptions.John MacFarlane
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane
2017-06-22Added `writerEpubSubdirectory` to `WriterOptions`.John MacFarlane
2017-05-21Text.Pandoc.App: ToJSON and FromJSON instances for Opts.John MacFarlane
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-03-30Allow dynamic loading of syntax definitions.John MacFarlane
2017-03-05Added readerAbbreviations to ParserState.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-02-27Removed `--epub-stylesheet`; use `--css` instead.John MacFarlane
2017-02-10Added Text.Pandoc.Logging (exported module).John MacFarlane
2017-02-06Removed --parse-raw and readerParseRaw.John MacFarlane
2017-02-04Changed writerEpubMetadata to a Maybe String.John MacFarlane
2017-01-30`--mathml` and MathML in HTMLMathMethod longer take an argument.John MacFarlane
2017-01-28LaTeX writer: export writeBeamer.John MacFarlane
2017-01-27HTML: export separate functions for slide formats.John MacFarlane
2017-01-27HTML writer: export writeHtmlStringForEPUB.John MacFarlane
2017-01-26Split writeDocbook into writeDocbook4, writeDocbook5.John MacFarlane
2017-01-25Provide explicit separate functions for HTML 4 and 5.John MacFarlane
2017-01-25Removed readerVerbosity and writerVerbosity.John MacFarlane
2017-01-25Changes to verbosity in writer and reader options.John MacFarlane
2017-01-25Removed writerHighlight; made writerHighlightStyle a Maybe.John MacFarlane
2017-01-25Removed vestigial writerMediaBag from WriterOptions.John MacFarlane
2017-01-25Removed writerIgnoreNotes.John MacFarlane
2017-01-25Removed unused readerFileScope.John MacFarlane
2017-01-25Removed writerTeXLigatures.John MacFarlane
2017-01-25Options: changed default reader/writerExtensions to emptyExtensions.John MacFarlane
2017-01-25Removed readerOldDashes and --old-dashes option, added old_dashes extension.John MacFarlane
2017-01-25Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane
2017-01-25Make Extensions a custom type instead of a Set Extension.John MacFarlane
2017-01-25Split extensions code from Options into separate Text.Pandoc.Extensions.John MacFarlane
2017-01-25Simplified reference-docx/reference-odt to reference-doc.John MacFarlane
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane
2016-11-27Refactor top-level division selection (#3261)Albert Krewinkel
2016-11-26Allow to overwrite top-level division type heuristics (#3258)Albert Krewinkel
2016-10-22Added `angle_brackets_escapable` extension.John MacFarlane
2016-10-19Add option for top-level division typeAlbert Krewinkel
2016-09-06Add --parts command line option to LaTeX writer.Oliver Matthews
2016-10-11Options: Add references location.Jesse Rosenthal
2016-10-09removed mmd raw_tex in src/Text/Pandoc/Options.hsKolenCheung
2016-09-28Markdown reader: added bracket syntax for native spans.John MacFarlane
2016-06-20Changed email-obfuscation default to no obfuscation.John MacFarlane
2016-04-29Write out Docbook 5 namespaceIvo Clarysse
2016-04-29Add docbook5 writer supportIvo Clarysse
2016-03-22Updated copyright dates to include 2016.1.17.0.2John MacFarlane
2016-03-15Introduce file-scope parsing (parse-before-combine)Jesse Rosenthal
2016-02-09Removed `tex_math_single_backslash` from `markdown_github` options.John MacFarlane
2015-12-12Implemented `east_asian_line_breaks` extension.John MacFarlane
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane
2015-11-19Renamed link attribute extensions.John MacFarlane
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane