rehype-mdx-headings
Advanced tools
Comparing version 0.1.0 to 0.1.1
import type { Plugin } from 'unified'; | ||
import type { Element, Node } from 'hast'; | ||
declare const rehypeMdxHeadings: Plugin<{ | ||
className: string[]; | ||
}[] | never[], Node<Element>, Node<Element>>; | ||
declare const rehypeMdxHeadings: Plugin<never[], Node<Element>, Node<Element>>; | ||
export default rehypeMdxHeadings; |
{ | ||
"name": "rehype-mdx-headings", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "rehype MDX plugin to export a JavaScript array of headings", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# rehype-mdx-headings | ||
![CI](https://github.com/kazushisan/rehype-mdx-headings/actions/workflows/ci.yml/badge.svg) [![npm version](https://badge.fury.io/js/rehype-mdx-headings.svg)](https://badge.fury.io/js/rehype-mdx-headings) | ||
rehype MDX plugin to export a JavaScript array of headings | ||
@@ -4,0 +6,0 @@ |
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
5348
56
59