actions-marketplace-validations/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
Maintainedlast commit May 30, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/natescherer_markdown-to-html-with-github-style-action@6b36480541bc859d3c776a275a6e591f843c2f39 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

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