summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Makefile: split 'make haddock' from 'make full'.John MacFarlane2017-06-25
* Muse reader: Require space before and after '=' for code (#3758)Alexander Krotov2017-06-25
* Readers.getReader, Writers.getWriter API change.John MacFarlane2017-06-24
* Makefile: improved 'make full'.John MacFarlane2017-06-24
* Extensions: Monoid instance for Extensions.John MacFarlane2017-06-24
* Added comment in source.John MacFarlane2017-06-23
* Markdown reader: interpret YAML metadata as Inlines when possible.John MacFarlane2017-06-23
* INSTALL: Improved instructions for tests with patterns.John MacFarlane2017-06-23
* Markdown writer: make sure `plain`, `markdown_github`, etc. work for raw.John MacFarlane2017-06-23
* HTML writer: make sure html4, html5 formats work for raw blocks/inlines.John MacFarlane2017-06-23
* Added note on output formats in docs for `raw_attribute`.John MacFarlane2017-06-23
* trypandoc Makefile: fixed web destination in upload.John MacFarlane2017-06-23
* Text.Pandoc.Extensions: Added `Ext_raw_attribute`.John MacFarlane2017-06-23
* EPUB writer: put title_page.xhtml in text/.John MacFarlane2017-06-22
* EPUB writer: Fixed various things with new EPUB structure.John MacFarlane2017-06-22