jaywcjlove/Converts markdown text to HTML
Converts markdown text to HTML, Provide command line tools and methods.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| output | Output static pages to the specified directory. | no | index.html |
| source | The path of the target file "README.md". | no | README.md |
| description | Define a description of your web page. | no | "" |
| config | Specify the configuration file. | no | package.json |
| markdown | Markdown string | no | "" |
| favicon | Add a Favicon to your Site. | no | "" |
| github-corners | Add a Github corner to your project page. | no | "" |
| dark-mode | Disable light and dark theme styles button. | no | true |
| markdown-style-theme | Setting markdown-style light/dark theme. | no | "" |
| markdown-style | Markdown wrapper style | no | "" |
| style | Override default styles. css file path or css string | no | "" |
| title | Define the content of the "<title>" document title! | no | "" |
Outputs
| name | description |
|---|---|
| output | Output static pages to the specified directory |
| markdown | Markdown string |
| html | HTML string |