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