Allows to run markdown-to-file as CI/CD job
2.9K
This container allows to run markdown-to-pdf and create pdf files during CI/CD.
Assuming that you have somefile.md in current directory, the following command will convert it to pdf.
docker run -it --rm -v "$(pwd)":/data bladerunner2020/markdown-to-file:1.0 sh -c "m2f /data/somefile.md pdf"
Content type
Image
Digest
sha256:85892a3bb…
Size
451.1 MB
Last updated
about 4 years ago
docker pull bladerunner2020/markdown-to-file