mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 13:49:31 +08:00
9 lines
264 B
Text
9 lines
264 B
Text
/**
|
|
* Plugin to add `id`s to headings.
|
|
*
|
|
* @type {import('unified').Plugin<Array<void>, Root>}
|
|
*/
|
|
export default function rehypeSlug():
|
|
| void
|
|
| import('unified').Transformer<import('hast').Root, import('hast').Root>
|
|
export type Root = import('hast').Root
|