@md-plugins/md-plugin-blockquote 0.1.0-rc.1 → 0.1.0-rc.10

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.
package/dist/index.d.mts CHANGED
@@ -9,6 +9,9 @@ interface BlockquotePluginOptions {
9
9
  blockquoteClass?: string;
10
10
  }
11
11
 
12
+ /**
13
+ * Adds the configured CSS class to every rendered Markdown blockquote.
14
+ */
12
15
  declare const blockquotePlugin: PluginWithOptions<BlockquotePluginOptions>;
13
16
 
14
17
  export { blockquotePlugin };
package/dist/index.d.ts CHANGED
@@ -9,6 +9,9 @@ interface BlockquotePluginOptions {
9
9
  blockquoteClass?: string;
10
10
  }
11
11
 
12
+ /**
13
+ * Adds the configured CSS class to every rendered Markdown blockquote.
14
+ */
12
15
  declare const blockquotePlugin: PluginWithOptions<BlockquotePluginOptions>;
13
16
 
14
17
  export { blockquotePlugin };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@md-plugins/md-plugin-blockquote",
3
- "version": "0.1.0-rc.1",
3
+ "version": "0.1.0-rc.10",
4
4
  "description": "A markdown-it plugin for Blockquotes with custom styles.",
5
5
  "keywords": [
6
6
  "markdown-it",
@@ -38,7 +38,7 @@
38
38
  "devDependencies": {
39
39
  "@types/markdown-it": "^14.1.2",
40
40
  "markdown-it": "^14.2.0",
41
- "@md-plugins/shared": "0.1.0-rc.1"
41
+ "@md-plugins/shared": "0.1.0-rc.10"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "markdown-it": "^14.2.0"