@md-plugins/md-plugin-title 0.1.0-alpha.24 → 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
@@ -14,12 +14,12 @@ A **Markdown-It** plugin that extracts the first `<h1>` title from Markdown cont
14
14
  Install the plugin via your preferred package manager:
15
15
 
16
16
  ```bash
17
- # With npm:
18
- npm install @md-plugins/md-plugin-title
19
- # Or with Yarn:
20
- yarn add @md-plugins/md-plugin-title
21
- # Or with pnpm:
17
+ # with pnpm:
22
18
  pnpm add @md-plugins/md-plugin-title
19
+ # with Yarn:
20
+ yarn add @md-plugins/md-plugin-title
21
+ # with npm:
22
+ npm install @md-plugins/md-plugin-title
23
23
  ```
24
24
 
25
25
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@md-plugins/md-plugin-title",
3
- "version": "0.1.0-alpha.24",
3
+ "version": "0.1.0-alpha.26",
4
4
  "description": "A markdown-it plugin for getting Title information.",
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.24"
38
+ "@md-plugins/shared": "0.1.0-alpha.26"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "markdown-it": "^14.1.0"