actions-marketplace-validations/Markdown to PDF and HTML WIDE
Creates PDF and HTML files from Markdown using the GitHub (or custom) theme.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input_dir | (Path) The location of the folder containing your .md or .markdown files | yes | — |
| images_dir | (Path) The location of the folder containing your images, this should be the route of all images | no | — |
| image_import | (String) The path you use to import your images that can be replaced with the server URL | no | — |
| output_dir | (Path) The location of the folder you want to place the built files | no | — |
| build_html | (Boolean) Whether to also create a .html file | no | — |
| theme | (File) The location of the CSS file you want to use as the theme | no | — |
| extend_default_theme | (Boolean) Whether to extend your custom CSS file with the default theme | no | — |
| highlight_theme | (File) The location of the CSS file you want to use as the code snipped highlight theme | no | — |
| template | (File) The location of the HTML/Mustache file you want to use as the HTML template | no | — |
| table_of_contents | (Boolean) Whether a table of contents should be generated | no | — |
Outputs
no outputs