dockerfiles
dockerfiles copied to clipboard
Dockerfiles for various pandoc images
Once #112 lands we will not be able to build anything prior to 2.10 regardless of `PANDOC_VERSION` (since alpine is getting upgraded to 3.12 and test suite updates). Probably the...
- [ ] Tagging to `:latest` if push event to master with `release=*` message. - [ ] Alpine: repo mirror strategy (`alpine-core` => `core`, etc). - [ ] Fix deadline:...
What do you think of bundling the various libraries needed for `--katex`, `--mathjax`, `--to=slideous`, `--to=revealjs` etc. to be able to produce `--self-contained` HTML files without having to download anything extra?...
Support for - Cyrillic, - CJK, - Arabic, - Farsi, - Hebrew, - ? I see three good ways to support these: 1. Separate images for each of these; 2....
There is currently no test verifying that lualatex works.
Testing the docker containers is difficult. As proposed by @svenevs, we should have at least some smoke-tests to check correctness of our builds. Tasks that seem important enough to test:...
Hello. I was looking forward to adding pandoc into a pipeline for transforming our documentation into other formats (PDF) automatically. The Github Actions implementation seemed really interesting, but I really...
See https://github.com/pandoc/dockerfiles/issues/51#issuecomment-635119099. I have a fork going at https://github.com/znmeb/dockerfiles. I'll add an `issues` tab shortly.
I'm trying to use `pandoc/latex:2.6` to convert markdown to PDF. I had in mind to use the eisvogel template, which requires a fairly complete latex distribution (in the meantime I...