Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mdit-vue/plugin-toc

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mdit-vue/plugin-toc - npm Package Compare versions

Comparing version 0.11.2 to 0.12.0

8

dist/index.d.ts

@@ -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 @@ *

8

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc