actions-marketplace-validations/Markdown-HTML

Render markdown to HTML files

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
input_filesA JSON list of a list of paths to markdown files to render in to HTML filesyes
output_filesA JSON list of paths to save the rendered HTML files toyes
exclude_duplicates(boolean) Whether or not a file should be automatically excluded from being included more than once in a given output fileyestrue
builtin_stylesheetAn optional path to a CSS file that will be included as a <style> block in every output fileyes""
extensionsA JSON list of extensions to be passed to Python markdownyes["extra"]
extension_configsA JSON object of extension configurationsyes{}
packagesA space separated list of Python packages to be installed before execution (useful for installing third-party markdown extensions)yes""

no outputs