summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* LaTeX writer: use BCP47 parser.John MacFarlane2017-06-26
* parseBCP47: Parse extensions and private-use as variants.John MacFarlane2017-06-26
* minor updates to vimwiki reader. (#3759)Yuchen Pei2017-06-26
* Muse reader: fix horizontal rule parsing (#3762)Alexander Krotov2017-06-26
* Muse reader: simplify para implementation (#3761)Alexander Krotov2017-06-26
* BCP47: split toLang from getLang, rearranged types.John MacFarlane2017-06-25
* Refactored ConTeXt writer to use BCP47.John MacFarlane2017-06-25
* Moved BCP47 specific functions from Writers.Shared to new module.John MacFarlane2017-06-25
* Writers.Shared: improve type of Lang and bcp47 parser.John MacFarlane2017-06-25
* Fixed log message for InvalidLang.John MacFarlane2017-06-25
* Writers.Shared: refactored getLang, splitLang...John MacFarlane2017-06-25
* Fixed support for `lang` attribute in OpenDocument and ODT writers.John MacFarlane2017-06-25
* Support `lang` attribute in OpenDocument and ODT writers.John MacFarlane2017-06-25
* Added InvalidLang to LogMessage.John MacFarlane2017-06-25
* Text.Pandoc.Writers.Shared: export splitLang.John MacFarlane2017-06-25
* Text.Pandoc.Writers.Shared: added getLang.John MacFarlane2017-06-25