@md-plugins/md-plugin-blockquote 0.1.0-alpha.25 → 0.1.0-alpha.27

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
@@ -12,12 +12,12 @@ A **Markdown-It** plugin that enhances blockquote rendering by adding customizab
12
12
  Install the plugin via your preferred package manager:
13
13
 
14
14
  ```bash
15
- # With npm:
16
- npm install @md-plugins/md-plugin-blockquote
17
- # Or with Yarn:
18
- yarn add @md-plugins/md-plugin-blockquote
19
- # Or with pnpm:
15
+ # with pnpm:
20
16
  pnpm add @md-plugins/md-plugin-blockquote
17
+ # with Yarn:
18
+ yarn add @md-plugins/md-plugin-blockquote
19
+ # with npm:
20
+ npm install @md-plugins/md-plugin-blockquote
21
21
  ```
22
22
 
23
23
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@md-plugins/md-plugin-blockquote",
3
- "version": "0.1.0-alpha.25",
3
+ "version": "0.1.0-alpha.27",
4
4
  "description": "A markdown-it plugin for Blockquotes with custom styles.",
5
5
  "keywords": [
6
6
  "markdown-it",
@@ -35,7 +35,7 @@
35
35
  "devDependencies": {
36
36
  "@types/markdown-it": "^14.1.2",
37
37
  "markdown-it": "^14.1.0",
38
- "@md-plugins/shared": "0.1.0-alpha.25"
38
+ "@md-plugins/shared": "0.1.0-alpha.27"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "markdown-it": "^14.1.0"