aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-13Resolve references to section numbers in LaTeX reader.resolverefsJohn MacFarlane
2017-08-13LaTeX reader: track header numbers and correlate with labels.John MacFarlane
2017-08-13Put content of \ref, \label commands into span… (#3639)schrieveslaach
2017-08-13CommonMark writer: prefer pipe tables to HTML tables...John MacFarlane
2017-08-13Markdown writer: Use pipe tables if `raw_html` disabled...John MacFarlane
2017-08-13Added some Functor constraints needed for ghc 7.8.John MacFarlane
2017-08-13Delete Text.Pandoc.Lua.SharedInstancesAlbert Krewinkel
2017-08-13Text.Pandoc.Lua: cleanup element walking codeAlbert Krewinkel
2017-08-13Text.Pandoc.Lua: Optimize performance by using raw table accessAlbert Krewinkel
2017-08-13Use hslua >= 0.7, update Lua codeAlbert Krewinkel
2017-08-12Docx writer: pass through comments.John MacFarlane
2017-08-12Escape MetaString values (as added with --metadata flag).John MacFarlane
2017-08-12LaTeX reader: Fixed space after \figurename etc.John MacFarlane
2017-08-12LaTeX reader: support \chaptername, \partname, \abstractname, etc.John MacFarlane
2017-08-12Added Listing to Term.John MacFarlane
2017-08-12Added new translations.John MacFarlane
2017-08-12Added Encl, Glossary to TermJohn MacFarlane
2017-08-12LaTeX reader: have `\setmainlanguage` set `lang` in metadata.John MacFarlane
2017-08-12Improved error report on loading translation file.John MacFarlane
2017-08-12Change to yaml for translation files.John MacFarlane
2017-08-12Set user data dir at beginning, so readDataFile has access to it.John MacFarlane
2017-08-12Fixed data-dir on translations tests.John MacFarlane
2017-08-11More translation tests.John MacFarlane
2017-08-11Fixed import.John MacFarlane
2017-08-11Added simple test for translations.John MacFarlane
2017-08-11Added de.trans.John MacFarlane
2017-08-11More redundant imports.John MacFarlane
2017-08-11Avoid some warnings when compiled wo/ embed_data_files flag.John MacFarlane
2017-08-11Add getFileName to PandocMonad.John MacFarlane
2017-08-11Travis: try a cabal build without embed_data_files.John MacFarlane
2017-08-11Removed redundant import.John MacFarlane
2017-08-11Added support for translations (localization) (see #3559).John MacFarlane
2017-08-11Command tests; print stderr when a test fails.John MacFarlane
2017-08-11Makefile - disable parallel build on 'make quick'.John MacFarlane
2017-08-10Fixed writer tests not to use writerUserDataDir.John MacFarlane
2017-08-10Remove writerUserDataDir from WriterOptions.John MacFarlane
2017-08-10Removed datadir param from readDataFile and getDefaultTemplate.John MacFarlane
2017-08-10Class: add setUserDataDir and getUserDataDir.John MacFarlane
2017-08-10Expose getDefaultDataFile in both Shared and Class.John MacFarlane
2017-08-10Added data file to pandoc.cabal.John MacFarlane
2017-08-10RST reader: implement csv-table directive.John MacFarlane
2017-08-10RST reader: Basic support for csv-table directive.John MacFarlane
2017-08-10Slidy writer: use h1 for all slides...John MacFarlane
2017-08-09RST reader: reorganize block parsers for ~20% faster parsing.John MacFarlane
2017-08-09RST writer: don't wrap term in definition list.John MacFarlane
2017-08-09Removed spurious comments.John MacFarlane
2017-08-09EPUB writer: don't strip formatting in TOC.John MacFarlane
2017-08-09Reorganized Makefile.John MacFarlane
2017-08-09Makefile: use nightly + colored output for quick.John MacFarlane
2017-08-09Makefile: use nightly.John MacFarlane