rehype-autolink-headings:插件以添加指向HTML标题的链接

时间:2024-05-19 18:34:52
【文件属性】:

文件名称:rehype-autolink-headings:插件以添加指向HTML标题的链接

文件大小:20KB

文件格式:ZIP

更新时间:2024-05-19 18:34:52

html link rehype heading rehype-plugin

重新炒作自动链接标题 插件可自动将链接添加到标题(h1-h6)。 安装 : npm install rehype-autolink-headings 用 假设我们有以下文件fragment.html : < h1> Lorem ipsum :sleepy_face: < h2> dolor—sit—amet < h3> consectetur & adipisicing < h4> elit < h5> elit 我们的脚本example.js如下所示: var fs = require ( 'fs' ) var rehype = require ( 'rehype' ) var slug = require ( 'rehype-slug' ) var link = require ( 'rehype-a


【文件预览】:
rehype-autolink-headings-main
----.gitignore(123B)
----package.json(2KB)
----.npmrc(19B)
----index.js(2KB)
----types()
--------tslint.json(139B)
--------tsconfig.json(164B)
--------rehype-autolink-headings-tests.ts(1KB)
--------index.d.ts(1KB)
----.github()
--------workflows()
----.prettierignore(89B)
----license(1KB)
----readme.md(6KB)
----test()
--------index.js(2KB)
--------fixtures()
----.editorconfig(147B)

网友评论