markdown-to-html-cli 3.2.11 → 3.2.12

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 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -20,7 +20,7 @@ Used in Github [Actions](https://github.com/actions).
20
20
  - run: markdown-to-html --source src/README.md --output coverage/index.html
21
21
  # or
22
22
  - name: Converts Markdown to HTML
23
- uses: jaywcjlove/github-action-contributors@main
23
+ uses: jaywcjlove/markdown-to-html-cli@main
24
24
  with:
25
25
  source: README-zh.md
26
26
  output: coverage/action.html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markdown-to-html-cli",
3
- "version": "3.2.11",
3
+ "version": "3.2.12",
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",
@@ -53,7 +53,7 @@
53
53
  "rehype-slug": "~5.0.0",
54
54
  "rehype-stringify": "~9.0.2",
55
55
  "rehype-urls": "~1.1.1",
56
- "rehype-video": "~1.1.1",
56
+ "rehype-video": "~1.2.0",
57
57
  "rehype-wrap": "~1.0.10",
58
58
  "remark-gemoji": "~7.0.1",
59
59
  "remark-gfm": "~3.0.1",