cameronbrooks11/Markdown to HTML Converter
Convert Markdown files to HTML with customizable templates and stylesheets using Pandoc
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source-dir | Directory containing Markdown files to convert | no | source |
| source-file | Single Markdown file to convert (alternative to source-dir) | no | "" |
| output-dir | Directory where HTML files will be generated | no | _website |
| template | HTML template to use. Built-in options: "default", "minimal", "github". Can also be path to custom template file | no | default |
| stylesheet | CSS stylesheet to use. Built-in options: "default", "minimal", "academic", "technical", "blog", "corporate". Can also be path to local file, or URL to remote stylesheet (e.g. GitHub) | no | default |
| site-title | Title for the website (used in navigation and meta tags) | no | Documentation |
| base-url | Base URL for the site (useful for GitHub Pages deployment) | no | "" |
| include-toc | Include table of contents in generated HTML | no | true |
| pandoc-options | Additional Pandoc command line options | no | "" |
Outputs
| name | description |
|---|---|
| output-path | Path to the generated HTML files |
| files-converted | Number of files converted |