summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* pandoc.lua: use wrapper funciton for pipe commandAlbert Krewinkel2017-10-03
* Lua.PandocModule: promote addFunction to top levelAlbert Krewinkel2017-10-03
* Markdown reader: Fixed bug with indented code following raw LaTeX.John MacFarlane2017-10-02
* Org reader: support `\n` export optionAlbert Krewinkel2017-10-02
* Lua: added 'pipe', which encapsulates Text.Pandoc.Process.pipeProcess.John MacFarlane2017-10-01
* Lua: move sha1 from pandoc.mediabag to pandoc.John MacFarlane2017-10-01
* Lua: use sha1 instead of hashname.John MacFarlane2017-09-30
* Lua: make fetch return mime type first and then content.John MacFarlane2017-09-30
* Lua: simply mediabag module.John MacFarlane2017-09-30
* Lua: make lua.mediabag.fetch return filename and mime type.John MacFarlane2017-09-30
* Lua filters: make sure whole CommonState is passed through...John MacFarlane2017-09-30
* EPUB writer: simplified some functions.John MacFarlane2017-09-30
* Removed unneeded import.John MacFarlane2017-09-30
* Removed Verbosity and MediaBag params from makePDF.John MacFarlane2017-09-30
* Text.Pandoc.Class - add getVerbosity.John MacFarlane2017-09-30
* Removed writerSourceURL, add source URL to common state.John MacFarlane2017-09-30
* Run Lua filters before extracting mediaAlbert Krewinkel2017-09-30
* Text.Pandoc.Lua: add mediabag submoduleAlbert Krewinkel2017-09-30
* Support R filters #3940 (#3941)Andrie de Vries2017-09-28
* Muse reader: parse anchorsAlexander Krotov2017-09-28
* RST writer: add header anchors when header has non-standard id.John MacFarlane2017-09-27
* Lua filters: set global FORMAT instead of args.John MacFarlane2017-09-26
* Lua: set "arg" instead of "PandocParameters".John MacFarlane2017-09-26
* Muse reader: test metadata parsingAlexander Krotov2017-09-26
* Fix a typo: s/collabarators/collaborators/Alexander Krotov2017-09-26
* Org reader: update emphasis border charsAlbert Krewinkel2017-09-25
* Allow lua filters to return lists of elementsAlbert Krewinkel2017-09-24
* Fixed bug in determining writer for xelatex engine.John MacFarlane2017-09-20
* Fix and simply latex engine code in App.John MacFarlane2017-09-19
* Added `--strip-comments` option, `readerStripComments` in `ReaderOptions`.John MacFarlane2017-09-17
* Markdown reader: added inlines, inlines1.John MacFarlane2017-09-16
* Set PANDOC_READER_OPTIONS in environment where filters are run.John MacFarlane2017-09-15
* Remove To/FromJSON instance for WriterOptions.John MacFarlane2017-09-15
* FromJSON/ToJSON instances for Reader, WriterOptions.John MacFarlane2017-09-14
* Textile reader: allow 'pre' code in list item.John MacFarlane2017-09-12
* Add default pdf engine for beamer.John MacFarlane2017-09-12
* Use defaultLatexEngine instead of `head latexEngines`.John MacFarlane2017-09-12
* Support for PDF generation via `weasyprint` and `prince` (#3909)Mauro Bieg2017-09-11
* Merge pull request #3911 from labdsf/muse-reader-bracesJohn MacFarlane2017-09-11
|\
| * Muse reader: parse {{{ }}} example syntaxAlexander Krotov2017-09-11
* | Muse reader: allow inline markup to be followed by punctuationAlexander Krotov2017-09-11
|/
* Muse reader: parse verbatim tagAlexander Krotov2017-09-11
* Muse reader: trim newlines from <example>sAlexander Krotov2017-09-10
* Muse reader: debug inline code markupAlexander Krotov2017-09-09
* Write euro symbol directly in LaTeXAndrew Dunning2017-09-08
* Removed old beamer template.John MacFarlane2017-09-08
* Markdown writer: Escape pipe characters when `pipe_tables` enabled.John MacFarlane2017-09-07
* LaTeX writer: use proper code for list enumerators.John MacFarlane2017-09-07
* Muse reader: Allow finishing header with EOF (#3897)Alexander2017-09-06
* LaTeX reader: Better support for ogonek accents.John MacFarlane2017-09-05