actions-marketplace-validations/Markdown-HTML
Render markdown to HTML files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input_files | A JSON list of a list of paths to markdown files to render in to HTML files | yes | — |
| output_files | A JSON list of paths to save the rendered HTML files to | yes | — |
| exclude_duplicates | (boolean) Whether or not a file should be automatically excluded from being included more than once in a given output file | yes | true |
| builtin_stylesheet | An optional path to a CSS file that will be included as a <style> block in every output file | yes | "" |
| extensions | A JSON list of extensions to be passed to Python markdown | yes | ["extra"] |
| extension_configs | A JSON object of extension configurations | yes | {} |
| packages | A space separated list of Python packages to be installed before execution (useful for installing third-party markdown extensions) | yes | "" |
Outputs
no outputs