baileyjm02/Markdown to PDF and HTML

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

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
input_path(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.no
input_dir(Path) The location of the folder containing your .md or .markdown filesno
images_dir(Path) The location of the folder containing your images, this should be the route of all imagesno
image_import(String) The path you use to import your images that can be replaced with the server URLno
output_dir(Path) The location of the folder you want to place the built filesno
build_html(Boolean) Whether to also create a .html fileno
build_pdf(Boolean) Whether to create a .pdf file (the intended behaviour)no
theme(File) The location of the CSS file you want to use as the themeno
extend_default_theme(Boolean) Whether to extend your custom CSS file with the default themeno
highlight_theme(File) The location of the CSS file you want to use as the code snipped highlight themeno
template(File) The location of the HTML/Mustache file you want to use as the HTML templateno
table_of_contents(Boolean) Whether a table of contents should be generatedno

no outputs