summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use foldrWithKey instead of deprecated foldWithKey.John MacFarlane2017-07-13
* Travis: cabal build for ghc 8.2.1 RC.John MacFarlane2017-07-13
* Revert "Added a travis build on ghc 8.2 release candidate."John MacFarlane2017-07-13
* Added a travis build on ghc 8.2 release candidate.John MacFarlane2017-07-13
* Add LaTeX xspace support (#3797)schrieveslaach2017-07-13
* Fixed #3760. (#3784)Yuchen Pei2017-07-12
* Muse writer: indent lists inside <quote> with at least one space (#3795)Alexander Krotov2017-07-12
* Remove redundant imports (#3796)Alexander Krotov2017-07-12
* Print informative message when failing with use of `--normalize`.John MacFarlane2017-07-12
* Make sure \write18 is parsed as raw LaTeX.John MacFarlane2017-07-12
* HTML reader: Ensure that paragraphs are closed properly...John MacFarlane2017-07-11
* COPYRIGHT: clarify that pandoc-types is BSD3 licensed.John MacFarlane2017-07-10
* COPYRIGHT: clarify that templates are dual-licensed.John MacFarlane2017-07-10
* Use takeP in LaTeX reader.John MacFarlane2017-07-07
* Parsing: added takeP, takeWhileP for efficient parsing of [Char].John MacFarlane2017-07-07
* Rewrote LaTeX reader with proper tokenization.John MacFarlane2017-07-07
* Logging: added MacroAlreadyDefined.John MacFarlane2017-07-06
* MANUAL: document ibooks specific epub metadata.John MacFarlane2017-06-30
* Allow ibooks-specific metadata in epubs. Closes #2693.John MacFarlane2017-06-30
* Updated stack.pkg.yaml.John MacFarlane2017-06-30
* Removed `hard_line_breaks` extension from `markdown_github`.John MacFarlane2017-06-30
* Make `east_asian_line_breaks` affect all readers/writers.John MacFarlane2017-06-30
* Updated jats tests for new texmath version.John MacFarlane2017-06-30
* Use latest texmath.John MacFarlane2017-06-30
* Markdown writer: Ensure that `+` and `-` are escaped properly...John MacFarlane2017-06-30
* Added parameter for user data directory to runLuaFilter.John MacFarlane2017-06-29
* data/pandoc.lua: regularize constructors.John MacFarlane2017-06-29
* Text.Pandoc.Lua: more code simplification.John MacFarlane2017-06-29
* Lua filters: Remove special treatment of Quoted, Math.John MacFarlane2017-06-29
* Text.Pandoc.Lua: refactored to remove duplicated code.John MacFarlane2017-06-29
* Text.Pandoc.Lua: use generics to reduce boilerplate.John MacFarlane2017-06-29
* Added link-table example to doc/lua-filters.md.John MacFarlane2017-06-28
* Make `papersize: a4` work regardless of the case of `a4`.John MacFarlane2017-06-28
* LaTeX template: added `natbiboptions` variable.John MacFarlane2017-06-28
* Muse reader: parse indented blockquotes (#3769)Alexander Krotov2017-06-28
* LaTeX writer: fixed detection of otherlangs.John MacFarlane2017-06-28
* Text.Pandoc.Lua: catch lua errors in filter functionsAlbert Krewinkel2017-06-27
* Text.Pandoc.Lua: keep element unchanged if filter returns nilAlbert Krewinkel2017-06-27
* Text.Pandoc.Lua: simplify filter function runnerAlbert Krewinkel2017-06-27
* data/pandoc.lua: add accessors to Table elementsAlbert Krewinkel2017-06-27
* Require nonempty alt text for `implicit_figures`.John MacFarlane2017-06-27
* RST reader: support anchors.John MacFarlane2017-06-27
* RST reader: Handle chained link definitions.John MacFarlane2017-06-27
* Docx writer: Allow 9 list levels.John MacFarlane2017-06-27
* Removed redundant element from data/docx/word/numbering.xml.John MacFarlane2017-06-27
* HTML reader: Use the lang value of <html> to set the lang meta value. (#3765)bucklereed2017-06-27
* OpenDocument/ODT writer: Added support for table of contents.John MacFarlane2017-06-26
* Support `--toc` in `opendocument`/`odt`.John MacFarlane2017-06-26
* Use `table-of-contents` for contents of toc, make `toc` a boolean.John MacFarlane2017-06-26
* Muse writer: fix hlint errors (#3764)Alexander Krotov2017-06-26