Creates PDF and HTML files from Markdown using the GitHub (or custom) theme.
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.
input_dir
input. This is still accepted as input for backwards compatibility, but passing a directory as input_path
now carries out the same functionality.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
.