natescherer/Markdown to HTML with GitHub Style

An action to convert Markdown files to HTML via GitHub's API with embedded GitHub CSS style.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathA comma-separated list of one or more paths to markdown files to convert, relative to the root of your project.yes
outputpathPath to a folder where HTML files should be saved. By default, HTML files will be saved in the same path as the source markdown file.no
matchpathstructureIf set to `true`, will output files into the path provided to `outputfolder` while preserving the directory structure of the input files. I.E. if `path` is `README.md,docs/Doc1.md` and `outputfolder` is `out`, the files created will be `out/README.html` and `out/docs/Doc1.html` rather than both files being created in the root of `out`.no

no outputs