We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16e1b68 + 75eb350 commit 00059a8Copy full SHA for 00059a8
lib/remark-toc-headings.js
@@ -1,6 +1,6 @@
1
import { visit } from 'unist-util-visit'
2
import { slug } from 'github-slugger'
3
-import { toString } from 'hast-util-to-string'
+import { toString } from 'mdast-util-to-string'
4
5
export default function remarkTocHeadings(options) {
6
return (tree) =>
0 commit comments