文件名称:mdast-comment-marker:在mdast中解析注释标记的实用程序
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-02 18:04:37
markdown syntax-tree util unist mdast
mdast评论标记 实用程序,用于解析注释标记。 安装 该软件包 :需要使用Node 12+才能使用它,并且必须将其import而不是require d。 : npm install mdast-comment-marker 用 import { commentMarker } from 'mdast-comment-marker' console . log ( commentMarker ( { type : 'html' , value : '<!--foo-->' } ) ) ; console . log ( commentMarker ( { type : 'html' , value : '<!--foo bar baz=12.4 qux="test test" quux=\'false\'-->' } ) ) ; console . log ( com
【文件预览】:
mdast-comment-marker-main
----.gitignore(57B)
----package.json(2KB)
----.npmrc(19B)
----index.js(2KB)
----tsconfig.json(324B)
----test.js(6KB)
----.github()
--------workflows()
----.prettierignore(15B)
----license(1KB)
----readme.md(4KB)
----.editorconfig(147B)