markdown-it-anchor
Advanced tools
Comparing version 8.6.2 to 8.6.3
{ | ||
"name": "markdown-it-anchor", | ||
"version": "8.6.2", | ||
"version": "8.6.3", | ||
"description": "Header anchors for markdown-it.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -39,3 +39,3 @@ import MarkdownIt = require('markdown-it'); | ||
export type PermalinkGenerator = (slug: string, opts: PermalinkOptions, state: State, index: number) => string; | ||
export type PermalinkGenerator = (slug: string, opts: PermalinkOptions, state: State, index: number) => void; | ||
@@ -42,0 +42,0 @@ export interface AnchorInfo { |
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
127673