summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | JATS reader: handle author-notes.John MacFarlane2017-12-23
* | JATS reader: code refactoring.John MacFarlane2017-12-23
* | Plain writer: don't linkify table of contents.John MacFarlane2017-12-23
* | Fixed bug: when target is PDF, writer extensions were being ignored.John MacFarlane2017-12-23
* | Lua modules: add function pandoc.utils.hierarchicalizeAlbert Krewinkel2017-12-23
* | JATS reader: include institute metadata.John MacFarlane2017-12-23
* | JATS reader: process author metadata.John MacFarlane2017-12-23
* | Lua modules: add function pandoc.utils.normalize_dateAlbert Krewinkel2017-12-23
* | Lua modules: add function pandoc.utils.to_roman_numeralAlbert Krewinkel2017-12-23
* | data/init.lua: load pandoc.utils by defaultAlbert Krewinkel2017-12-23
* | JATS reader: better citation handling.John MacFarlane2017-12-23
|/
* Merge pull request #4189 from mb21/export-blocksToInlinesJohn MacFarlane2017-12-22
|\
| * API change: export blocksToInlines' from Text.Pandoc.Sharedmb212017-12-22
* | `latex_macros` extension changes.John MacFarlane2017-12-22
* | Markdown reader: improved raw tex parsing.John MacFarlane2017-12-22
* | LaTeX reader: use applyMacros in rawLaTeXBlock, rawLaTeXInline.John MacFarlane2017-12-22
* | LaTeX reader: Refactored inlineCommand.John MacFarlane2017-12-22
* | doc/lua-filter.md: document pandoc.utils.stringifyAlbert Krewinkel2017-12-22
* | Lua modules: add stringify function to pandoc.utilsAlbert Krewinkel2017-12-22
* | Lua.Util: avoid altering the stack if peeking failsAlbert Krewinkel2017-12-22
* | RST writer: fix anchors for headers.John MacFarlane2017-12-22
|/
* PowerPoint writer: Treat lists inside BlockQuotes as listsJesse Rosenthal2017-12-22
* Mention JATS output (and input) in MANUAL, README, cabal description.John MacFarlane2017-12-21
* Merge pull request #4177 from stencila/jats-xml-readerJohn MacFarlane2017-12-21
|\
| * Improve support for code language in JATSHamish Mackenzie2017-12-22
| * Add Basic JATS reader based on DocBook readerHamish Mackenzie2017-12-20
* | Merge branch 'master' of github.com:jgm/pandocJohn MacFarlane2017-12-21
|\ \
| * | JATS writer: Make <p> optional in <td> and <th> (#4178)Hamish Mackenzie2017-12-21
| * | jats writer: Self closing tags for empty xref (#4187)Hamish Mackenzie2017-12-21
* | | Docx writer: ensure that `distArchive` is the one that comes with pandoc.John MacFarlane2017-12-21
|/ /
* | Change notes to a smaller size.Jesse Rosenthal2017-12-21
* | PowerPoint writer: Add ability to force size.Jesse Rosenthal2017-12-21
* | Lua modules: added pandoc.utils moduleAlbert Krewinkel2017-12-21
* | Lua modules: make a Haskell module for each Lua moduleAlbert Krewinkel2017-12-21
* | Lua modules: move to dedicated submoduleAlbert Krewinkel2017-12-21
* | MANUAL.txt use native syntax for custom-style (#4174)Mauro Bieg2017-12-21
* | LaTeX reader: Fixed subtle bug in tokenizer.John MacFarlane2017-12-21
* | Removed default.theme data file.John MacFarlane2017-12-21
* | PowerPoint writer: Implement notesJesse Rosenthal2017-12-21
* | PowerPoint writer: Register notes to state.Jesse Rosenthal2017-12-21
* | Add Note state to PowerPoint writer.Jesse Rosenthal2017-12-21
* | Implement basic definition list functionality to PowerPoint writer.Jesse Rosenthal2017-12-21
* | Don't look for default template file for Powerpoint.Jesse Rosenthal2017-12-21
* | Add pptx to isTextFormat listJesse Rosenthal2017-12-21
* | Org writer: do not wrap "-" to avoid accidental bullet listsAlexander Krotov2017-12-21
* | Muse reader: parse anchors immediately after headings as IDsAlexander Krotov2017-12-21
* | Lua modules: turn pipe, read into full Haskell functionsAlbert Krewinkel2017-12-20
* | Test more pandoc Lua module functionsAlbert Krewinkel2017-12-20
* | Travis: use --jobs=2 for installing dependencies.John MacFarlane2017-12-20
* | makefile: use lts-10 resolver.John MacFarlane2017-12-20