@md-plugins/md-plugin-headers 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 +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -64,6 +64,9 @@ declare module '@md-plugins/shared' {
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
+
/**
|
|
68
|
+
* Adds heading ids, copy handlers, and table-of-contents entries while rendering Markdown.
|
|
69
|
+
*/
|
|
67
70
|
declare const headersPlugin: PluginWithOptions<HeadersPluginOptions>;
|
|
68
71
|
|
|
69
72
|
export { headersPlugin };
|
package/dist/index.d.ts
CHANGED
|
@@ -64,6 +64,9 @@ declare module '@md-plugins/shared' {
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
+
/**
|
|
68
|
+
* Adds heading ids, copy handlers, and table-of-contents entries while rendering Markdown.
|
|
69
|
+
*/
|
|
67
70
|
declare const headersPlugin: PluginWithOptions<HeadersPluginOptions>;
|
|
68
71
|
|
|
69
72
|
export { headersPlugin };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@md-plugins/md-plugin-headers",
|
|
3
|
-
"version": "0.1.0-rc.
|
|
3
|
+
"version": "0.1.0-rc.10",
|
|
4
4
|
"description": "A markdown-it plugin for handling headers (H1-H6).",
|
|
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.
|
|
41
|
+
"@md-plugins/shared": "0.1.0-rc.10"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"markdown-it": "^14.2.0"
|