aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-01LaTeX writer: use right fold for escapeString.John MacFarlane1-15/+13
2019-02-01LaTeX writer: code simplification in escaping.John MacFarlane1-20/+21
2019-02-01Markdown writer: use markdown="1" when appropriate for Divs.John MacFarlane1-0/+6
2019-02-01LaTeX writer: avoid `{}` after control sequences when escaping.John MacFarlane4-32/+41
2019-02-01doc/lua-filters.md: fix docs for OrderedList itemsAlbert Krewinkel1-3/+1
2019-01-31LaTeX reader: don't let `\egroup` match `{`.John MacFarlane2-3/+15
2019-01-31Tests: avoid calling findPandoc multiple times.John MacFarlane3-194/+207
2019-01-31Old tests: remove need for temp files by using pipeProcess.John MacFarlane1-16/+6
2019-01-31More improvements on lua-filters docs.John MacFarlane1-342/+386
2019-01-30linux/Dockerfile : use default -O1 instead of -O2.John MacFarlane1-1/+1
2019-01-30stack.yaml - use latest texmath.John MacFarlane1-0/+1
2019-01-30Update manual.John MacFarlane2-958/+1296
2019-01-30Update changelog.John MacFarlane1-0/+3
2019-01-30Manual: document `date-meta` template variable (#5260)Tristan Stenner1-0/+10
2019-01-30Update copyright year in version.John MacFarlane1-1/+1
2019-01-30Use lts-13 in makefileJohn MacFarlane1-1/+1
2019-01-30Update stack.yaml to use lts-13.John MacFarlane1-9/+2
2019-01-30doc/lua-filters.md: use 3rd level headers for module fieldsAlbert Krewinkel1-664/+664
2019-01-30Update changelog.John MacFarlane1-43/+85
2019-01-30Org reader: add support for #+SELECT_TAGS.leungbk8-23/+107
2019-01-30Org reader: separate filtering logic from conversion function.leungbk2-8/+11
2019-01-28Add cpp to avoid warning.John MacFarlane1-1/+6
2019-01-27Add isPrefixOf to imports.John MacFarlane1-1/+1
2019-01-26Improve writing metadata for docx, pptx and odt (#5252)Agustín Martín Barbero45-24/+165
2019-01-26Normalize Windows paths to account for change in ghc 8.6.John MacFarlane1-9/+31
2019-01-25Texinfo writer: use header identifier for anchor if present.John MacFarlane1-2/+4
2019-01-25MediaWiki reader: use `_` instead of `-` in auto-identifiers.John MacFarlane2-17/+22
2019-01-25LaTeX writer: add `#` special characeters for listings.John MacFarlane1-1/+1
2019-01-25LaTeX template: Set default listings language for lua, assembler.John MacFarlane2-0/+4
2019-01-25Update ipynb example in manual.John MacFarlane1-17/+19
2019-01-25Revert "CircleCI - use -O0 only for cabal-v2 builds."John MacFarlane1-5/+5
2019-01-25Revert "CircleCI - store artifact from stack build."John MacFarlane1-4/+0
2019-01-25Revert "circleci - use .gz for build artifact."John MacFarlane1-2/+2
2019-01-25circleci - use .gz for build artifact.John MacFarlane1-2/+2
2019-01-25CircleCI - store artifact from stack build.John MacFarlane1-0/+4
2019-01-25CircleCI - use -O0 only for cabal-v2 builds.John MacFarlane1-5/+5
2019-01-25Remove travis.yml.John MacFarlane1-200/+0
2019-01-25Regenerated README.md with CircleCI badge instead of travis.John MacFarlane2-3/+2
2019-01-25Tweaked circleci.John MacFarlane1-5/+6
2019-01-25Fix cabal.project.John MacFarlane1-2/+4
2019-01-25Add some ghc options in circleci config.John MacFarlane1-1/+1
2019-01-25CircleCI: Set workflow version to 2.1.John MacFarlane1-1/+1
2019-01-25Add .circleci config.John MacFarlane1-0/+123
2019-01-25Update pandoc-citeproc commit in stack.yaml.John MacFarlane1-1/+1
2019-01-25cabal.project - set flag defaults, revise pandoc-citeproc commit.John MacFarlane1-1/+5
2019-01-24Ipynb: Put all jupyter metadata under 'jupyter' key.John MacFarlane2-2/+7
2019-01-24Revert "Prepend `jupyter_` to jupyter metadata keys."John MacFarlane2-12/+0
2019-01-24Allow some command line options to take URL in addition to FILE.John MacFarlane2-5/+5
2019-01-24Ms writer: ensure we have a newline after .EN in disply math.John MacFarlane1-1/+1
2019-01-24Prepend `jupyter_` to jupyter metadata keys.John MacFarlane2-0/+12