markdown-to-html-cli 3.7.0 → 3.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -86,6 +86,7 @@ $ npm i markdown-to-html-cli
86
86
  - `dark-mode` - Disable light and dark theme styles button. (default: `true`)
87
87
  - `markdown-style` - Markdown wrapper style.
88
88
  - `markdown-style-theme` - Setting markdown-style light/dark theme. (`dark | light`)
89
+ - `style` - Override default styles. css file path or css string
89
90
 
90
91
  ### Output Parameters
91
92
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markdown-to-html-cli",
3
- "version": "3.7.0",
3
+ "version": "3.8.0",
4
4
  "license": "MIT",
5
5
  "description": "Command line tool generates markdown as html.",
6
6
  "homepage": "https://jaywcjlove.github.io/markdown-to-html-cli",