@altano/remark-mdx-toc-with-slugs
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,4 +0,8 @@ | ||
import { RemarkMdxTocOptions } from 'remark-mdx-toc'; | ||
import { TocEntry, RemarkMdxTocOptions } from 'remark-mdx-toc'; | ||
import { Plugin } from 'unified'; | ||
declare type TableOfContentsEntry = TocEntry & { | ||
slug: string; | ||
children: TableOfContentsEntry[]; | ||
}; | ||
declare type RemarkMdxTocWithSlugsOptions = RemarkMdxTocOptions; | ||
@@ -12,2 +16,2 @@ /** | ||
export { RemarkMdxTocWithSlugsOptions, remarkMdxTocWithSlugs as default }; | ||
export { RemarkMdxTocWithSlugsOptions, TableOfContentsEntry, remarkMdxTocWithSlugs as default }; |
{ | ||
"name": "@altano/remark-mdx-toc-with-slugs", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A remark plugin to generate a table of contents (including slugs) and convert it into MDX export", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
5932
73