markdown-to-html-cli 4.0.2 → 4.1.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.
- package/README.md +1 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -88,6 +88,7 @@ $ npm i markdown-to-html-cli
|
|
|
88
88
|
- `markdown-style` - Markdown wrapper style.
|
|
89
89
|
- `markdown-style-theme` - Setting markdown-style light/dark theme. (`dark | light`)
|
|
90
90
|
- `style` - Override default styles. css file path or css string
|
|
91
|
+
- `title` - Define the content of the "<title>" document title!
|
|
91
92
|
|
|
92
93
|
### Output Parameters
|
|
93
94
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "markdown-to-html-cli",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.1.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",
|
|
7
|
+
"funding": "https://jaywcjlove.github.io/#/sponsor",
|
|
7
8
|
"type": "module",
|
|
8
9
|
"main": "./lib/index.js",
|
|
9
10
|
"exports": "./lib/index.js",
|