@md-plugins/md-plugin-headers 0.1.0-alpha.25 → 0.1.0-alpha.26

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 +5 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -17,12 +17,12 @@ A **Markdown-It** plugin that extracts and processes headers from Markdown conte
17
17
  Install the plugin via your preferred package manager:
18
18
 
19
19
  ```bash
20
- # With npm:
21
- npm install @md-plugins/md-plugin-headers
22
- # Or with Yarn:
23
- yarn add @md-plugins/md-plugin-headers
24
- # Or with pnpm:
20
+ # with pnpm:
25
21
  pnpm add @md-plugins/md-plugin-headers
22
+ # with Yarn:
23
+ yarn add @md-plugins/md-plugin-headers
24
+ # with npm:
25
+ npm install @md-plugins/md-plugin-headers
26
26
  ```
27
27
 
28
28
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@md-plugins/md-plugin-headers",
3
- "version": "0.1.0-alpha.25",
3
+ "version": "0.1.0-alpha.26",
4
4
  "description": "A markdown-it plugin for handling headers (H1-H6).",
5
5
  "keywords": [
6
6
  "markdown-it",
@@ -35,7 +35,7 @@
35
35
  "devDependencies": {
36
36
  "markdown-it": "^14.1.0",
37
37
  "@types/markdown-it": "^14.1.2",
38
- "@md-plugins/shared": "0.1.0-alpha.25"
38
+ "@md-plugins/shared": "0.1.0-alpha.26"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "markdown-it": "^14.1.0"