markdown-to-html-cli 3.4.12 → 3.4.13

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 +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -251,6 +251,10 @@ $ npm run build
251
251
  $ npm run watch
252
252
  ```
253
253
 
254
+ ## Related
255
+
256
+ - [html-to-markdown-cli](https://github.com/jaywcjlove/html-to-markdown-cli) Converts HTML to markdown.
257
+
254
258
  ## Contributors
255
259
 
256
260
  As always, thanks to our amazing contributors!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markdown-to-html-cli",
3
- "version": "3.4.12",
3
+ "version": "3.4.13",
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",
@@ -42,12 +42,12 @@
42
42
  "@uiw/github-corners": "~1.5.14",
43
43
  "@wcj/markdown-style": "~1.0.9",
44
44
  "@wcj/markdown-to-html": "~2.0.3",
45
- "fs-extra": "~10.0.0",
45
+ "fs-extra": "~10.1.0",
46
46
  "minimist": "~1.2.5",
47
47
  "rehype-autolink-headings": "~6.1.0",
48
48
  "rehype-document": "~6.0.1",
49
49
  "rehype-format": "~4.0.1",
50
- "rehype-prism-plus": "~1.3.2",
50
+ "rehype-prism-plus": "1.4.1",
51
51
  "rehype-slug": "~5.0.0",
52
52
  "rehype-urls": "~1.1.1",
53
53
  "remark-gemoji": "~7.0.1"