Sign inSign up

bladerunner2020/markdown-to-file

By bladerunner2020

Updated about 4 years ago

Allows to run markdown-to-file as CI/CD job

Image
0

2.9K

bladerunner2020/markdown-to-file repository overview

General

This container allows to run markdown-to-pdf and create pdf files during CI/CD.

Usage

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" 

Tag summary

Content type

Image

Digest

sha256:85892a3bb

Size

451.1 MB

Last updated

about 4 years ago

docker pull bladerunner2020/markdown-to-file