文件名称:mdast-util-heading-range:在mdast中将标题用作范围的实用程序
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-17 18:55:34
markdown syntax-tree util unist mdast
mdast-util-heading-range 实用程序将标题用作范围。 安装 该软件包 :需要使用Node 12+才能使用它,并且必须将其import而不是require d。 : npm install mdast-util-heading-range 用 假设我们有以下文件example.md : # Foo Bar. # Baz 我们的脚本example.js如下所示: import toVFile from 'to-vfile' import remark from 'remark' import { headingRange } from 'mdast-util-heading-range' remark ( ) . use ( plugin ) . process ( vfile . readSync ( 'example.md' ) , functi
【文件预览】:
mdast-util-heading-range-main
----index.js(4KB)
----test.js(7KB)
----package.json(2KB)
----readme.md(6KB)
----.github()
--------workflows()
----.prettierignore(15B)
----license(1KB)
----tsconfig.json(324B)
----.gitignore(57B)
----.npmrc(19B)
----.editorconfig(147B)