pandoc-docker icon indicating copy to clipboard operation
pandoc-docker copied to clipboard

Docker container for Pandoc with Latex tools

Results 12 pandoc-docker issues
Sort by recently updated
recently updated
newest added

It seems this project might be abandoned. @jagregory I'd be happy to be added as a collaborator to address open issues and pull requests

This allows docker run ... /bin/bash to work, for instance. It will also make the image works on CI platforms like GitLab.

The `--filter` option lets you add [extra functionality](https://pandoc.org/filters.html) Current behavior is this error message: ![image](https://user-images.githubusercontent.com/4688870/46445364-1e2aaa80-c794-11e8-89de-0ea8a0b1bc59.png) To reproduce, save code from this demo filter [here](https://pandoc.org/filters.html#queries-listing-urls) in a file named `filter.lua` and...

Hello. After update from `1.12.3.3` to `1.14.0.4` I am getting following error: ``` ERROR: ! LaTeX Error: File `lmodern.sty' not found. Type X to quit or to proceed, or enter...

Hi,thanks for you work. Does this image include pandoc-crossref package?

Updates to latest pandoc version

For some reason, hopefully user error on my part, `mdframed` does not seem to exist. This version of your `Dockerfile` extends Haskell 8, which uses Debian `jessie`. You have the...

When I try to build the image, it gets to the part where cabal is installing things and then I get: ``` Config file path source is default config file....

``` matej@mitmanek: madr (master %)$ sudo docker run -v $(pwd):/source jagregory/pandoc -f rst -t html5 jak_cirkev_neumira_EN.rst -o jak_cirkev_neumira_EN.html pandoc: jak_cirkev_neumira_EN.rst: openFile: permission denied (Permission denied) matej@mitmanek: madr (master %)$ sudo...