markdown-to-pdf

Markdown to PDF

Creates PDF and HTML files from Markdown using the GitHub (or custom) theme.

Notable Features:

GitHub Action Inputs

Input Path

with:
 input_path: value

(Required) (Path) or (File) The location of the folder containing your .md or .markdown files, or a path to a single .md or .markdown file that you would like to convert.

Images Directory

with:
 images_dir: value

(Path) The location of the folder containing your images, this should be the route of all images. So of you had images located at images/about/file.png and images/something-else/file.png you would pass the value images.

Output Directory