@md-plugins/md-plugin-inlinecode 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
@@ -13,12 +13,12 @@ A **Markdown-It** plugin that enhances inline code rendering by adding customiza
13
13
  Install the plugin via your preferred package manager:
14
14
 
15
15
  ```bash
16
- # With npm:
17
- npm install @md-plugins/md-plugin-inlinecode
18
- # Or with Yarn:
19
- yarn add @md-plugins/md-plugin-inlinecode
20
- # Or with pnpm:
16
+ # with pnpm:
21
17
  pnpm add @md-plugins/md-plugin-inlinecode
18
+ # with Yarn:
19
+ yarn add @md-plugins/md-plugin-inlinecode
20
+ # with npm:
21
+ npm install @md-plugins/md-plugin-inlinecode
22
22
  ```
23
23
 
24
24
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@md-plugins/md-plugin-inlinecode",
3
- "version": "0.1.0-alpha.25",
3
+ "version": "0.1.0-alpha.26",
4
4
  "description": "A markdown-it plugin for handling inline code.",
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"