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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | A comma-separated list of one or more paths to markdown files to convert, relative to the root of your project. | yes | — |
| outputpath | Path 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 | — |
| matchpathstructure | If 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 | — |
Outputs
no outputs