New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@md-plugins/md-plugin-headers

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@md-plugins/md-plugin-headers - npm Package Compare versions

Comparing version

to
0.1.0-alpha.27

16

dist/index.d.ts

@@ -35,2 +35,18 @@ import { PluginWithOptions } from 'markdown-it';

shouldAllowNested?: boolean;
/**
* Should allow API headers
*
* If set to `true`, headers for `<MarkdownAPI>` title would also be extracted.
*
* @default true
*/
shouldAllowApi?: boolean;
/**
* Should allow Example headers
*
* If set to `true`, headers for `<MarkdownExample>` title would also be extracted.
*
* @default true
*/
shouldAllowExample?: boolean;
}

@@ -37,0 +53,0 @@ interface TocItem {

4

package.json
{
"name": "@md-plugins/md-plugin-headers",
"version": "0.1.0-alpha.26",
"version": "0.1.0-alpha.27",
"description": "A markdown-it plugin for handling headers (H1-H6).",

@@ -38,3 +38,3 @@ "keywords": [

"@types/markdown-it": "^14.1.2",
"@md-plugins/shared": "0.1.0-alpha.26"
"@md-plugins/shared": "0.1.0-alpha.27"
},

@@ -41,0 +41,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet