@mdit-vue/plugin-toc
Advanced tools
Comparing version 0.11.2 to 0.12.0
@@ -36,2 +36,10 @@ import { MarkdownItHeader } from '@mdit-vue/types'; | ||
/** | ||
* Should allow headers inside nested blocks or not | ||
* | ||
* If set to `true`, headers inside blockquote, list, etc. would also be included. | ||
* | ||
* @default false | ||
*/ | ||
shouldAllowNested?: boolean; | ||
/** | ||
* HTML tag of the TOC container | ||
@@ -38,0 +46,0 @@ * |
{ | ||
"name": "@mdit-vue/plugin-toc", | ||
"version": "0.11.2", | ||
"version": "0.12.0", | ||
"description": "A markdown-it plugin to generate table-of-contents that compatible with Vue.js", | ||
@@ -41,4 +41,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@mdit-vue/shared": "0.11.2", | ||
"@mdit-vue/types": "0.11.0", | ||
"@mdit-vue/shared": "0.12.0", | ||
"@mdit-vue/types": "0.12.0", | ||
"@types/markdown-it": "^12.2.3", | ||
@@ -53,3 +53,3 @@ "markdown-it": "^13.0.1" | ||
}, | ||
"gitHead": "676ec4ca8704d709e7a47f7f6d41ff3f70dc2356" | ||
"gitHead": "986b6023d3460cadefd409cd5d4b6445af3a05bd" | ||
} |
@@ -78,2 +78,14 @@ # @mdit-vue/plugin-toc | ||
### shouldAllowNested | ||
- Type: `boolean` | ||
- Default: `false` | ||
- Details: | ||
Should allow headers inside nested blocks or not. | ||
If set to `true`, headers inside blockquote, list, etc. would also be included. | ||
### containerTag | ||
@@ -80,0 +92,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14681
303
161
+ Added@mdit-vue/shared@0.12.0(transitive)
+ Added@mdit-vue/types@0.12.0(transitive)
- Removed@mdit-vue/shared@0.11.2(transitive)
- Removed@mdit-vue/types@0.11.0(transitive)
Updated@mdit-vue/shared@0.12.0
Updated@mdit-vue/types@0.12.0