Make pandoc-crossref executable

This commit is contained in:
2026-01-29 16:03:04 +01:00
parent 67aa132f1d
commit c283a7b405
3 changed files with 11 additions and 1 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
A Docker with Pandoc, with extra everything, including `pandoc-crossref`.
Mount the directory with the source you want to build, for example the current
working directory:
```
docker run -it --rm -v ./:/data my-pandoc:latest
```
The run your Pandoc build commands from within the container.