hexo-auto-toc 1.0.8 → 1.0.9

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 +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@ cd hexo-auto-toc
14
14
  npm install
15
15
  ```
16
16
 
17
- Requirement cheerio:``npm install` above replaces `npm install cheerio --save`
17
+ Requirement cheerio:`npm install` above replaces `npm install cheerio --save`
18
18
 
19
19
  2. The plugin will automatically parse all content within the `<article>` tag and generate a table of contents.
20
20
  If your article page structure does not wrap the content inside an `<article>` element, contents in`<body>` will be parsed. Or you can add `<article>` manually — typically in the `index.html` file under your `blog` folder, but this is not necessary.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-auto-toc",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Automatically generates a responsive table of contents that fixes to the side of the article page or above the articles, depending on the user's device.",
5
5
  "keywords": [
6
6
  "toc",