aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-04-15Small fix to error reporting in App.John MacFarlane
2017-04-15Avoid parsing "Notes:**" as a bare URI.John MacFarlane
2017-04-15Error: Added PandocCouldNotFindDataFileError.John MacFarlane
2017-04-15Fixed shadowing warningsJohn MacFarlane
2017-04-15Docx reader: removed readDocxWithWarnings (API change).John MacFarlane
2017-04-15App: use PandocOptionError instead of PandocAppError where appropriate.John MacFarlane
2017-04-15Error: Added PandocFilterError.John MacFarlane
2017-04-15Error: Added PandocPDFErrorJohn MacFarlane
2017-04-15Text.Pandoc.Error: added new constructors.John MacFarlane
2017-04-15Revised error message for pandoc -t pdf.John MacFarlane
2017-04-15Lua filter: use Attributes constructor for AttrsAlbert Krewinkel
2017-04-14Lua filter: allow shorthand functions for math and quotedAlbert Krewinkel
2017-04-14Lua filter: Re-order code of stack value instancesAlbert Krewinkel
2017-04-14Lua filter: use lua strings for nullary constructorsAlbert Krewinkel
2017-04-14Avoid repeating StackValue instances definitionsAlbert Krewinkel
2017-04-14Extract lua helper functions into Lua.Util moduleAlbert Krewinkel
2017-04-14Use lua bools and strings for MetaBool, MetaStringAlbert Krewinkel
2017-04-14Lua filter: use destructured functions for block filtersAlbert Krewinkel
2017-04-14Drop dependency on hslua-aesonAlbert Krewinkel
2017-04-14Push blocks via lua constructors and constantsAlbert Krewinkel
2017-04-14Push inlines via lua constructors and constantsAlbert Krewinkel
2017-04-13Use lua constructors to push meta valuesAlbert Krewinkel
2017-04-12Lua filter: use destructured functions for inline filtersAlbert Krewinkel
2017-04-14s/safed/saved/Alexander Krotov
2017-04-12Man writer: Fix handling of nested font commands.John MacFarlane
2017-04-11Lua filter: use custom StackValue Inline instanceAlbert Krewinkel
2017-04-10Docx writer: don't take "distArchive" from datadir.John MacFarlane
2017-04-07Lua filter: improve doc filter performanceAlbert Krewinkel
2017-04-06Lua filter: Improve block filter performanceAlbert Krewinkel
2017-04-06Lua filter: Improve inline filter performanceAlbert Krewinkel
2017-04-04Use lua registry instead of named globalsAlbert Krewinkel
2017-04-06Ms writer: wider indents for lists.John MacFarlane
2017-04-06Allow raw latex commands starting with `\start` in Markdown.John MacFarlane
2017-04-05Ms writer: respect text wrapping options.John MacFarlane
2017-04-04Ms writer improvements:John MacFarlane
2017-04-04Ms writer: ensure that @ is escaped in URIs.John MacFarlane
2017-04-04Error: Added PandocOptionError.John MacFarlane
2017-04-04Add original classes to JS obfuscated links (#3554)Timm Albers
2017-04-03Add class to footnote back referencesTimm Albers
2017-04-03Include \VerbatimFootnotes for highlighted code blocksTimm Albers
2017-04-03Removed unused import.John MacFarlane
2017-04-03Merge pull request #3550 from tarleb/lua-readers-submoduleJohn MacFarlane
2017-04-02Make sure docx/_rels/.rels gets into data files.John MacFarlane
2017-04-02Revert "Revert "Use file-embed instead of hsb2hs to embed data files.""John MacFarlane
2017-04-02Text.Pandoc.App: Throw errors rather than exiting.John MacFarlane
2017-04-02Lua module: add readers submoduleAlbert Krewinkel
2017-04-01Allow a theme file as argument to `--highlight-style`.John MacFarlane
2017-04-01Ms writer: added syntax highlighting.John MacFarlane
2017-04-01OpenDocument writer: wider labels for lists.John MacFarlane
2017-04-01Change MathJax CDN default since old one is shutting down.John MacFarlane