8000 GitHub - bladerunner2020/docker-markdown-to-pdf: Allows to run markdown-to-file as CI/CD job
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bladerunner2020/docker-markdown-to-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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-pdf:1.0  sh -c "m2f /data/somefile.md pdf" 

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0