文件名称:comment-mark:用HTML注释标记插入字符串!
文件大小:119KB
文件格式:ZIP
更新时间:2024-06-13 06:02:09
html markdown string interpolation comment
注释标记 使用注释标记在Markdown / HTML中插入动态内容: 使用占位符准备Markdown内容 let markdownString = ` ## Last updated <!-- lastUpdated:start --><!-- lastUpdated:end --> ` 应用注释标记以将数据插入占位符 markdownString = commentMark ( markdownString , { lastUpdated : ( new Date ( ) ) . toISOString ( ) } ) 完毕! ## Last updated <!-- lastUpdated:start --> 2021 - 02 -01T02: 48 : 03. 797Z<!-- lastUpdated:end --> :rocket: 安装 npm i comment-
【文件预览】:
comment-mark-develop
----.gitattributes(19B)
----rollup.config.js(534B)
----.github()
--------workflows()
----src()
--------comment-mark.js(1KB)
----babel.config.js(245B)
----LICENSE(1KB)
----test()
--------index.spec.js(2KB)
--------__snapshots__()
----jest.config.js(139B)
----xo.config.js(159B)
----README.md(3KB)
----.editorconfig(129B)
----.gitignore(183B)
----package-lock.json(430KB)
----package.json(1KB)
----.nvmrc(9B)