文件名称:X标记:Web组件,使用标记呈现标记
文件大小:58KB
文件格式:ZIP
更新时间:2024-02-27 02:27:37
markdown web-components marked WebComponentsTypeScript
X标记
Web组件,使用呈现markdown。
安装
使用 :
$ npm install x-marked
用法
导入XMarked并将其注册为自定义元素。
< script type =" module " >
import XMarked from 'https://unpkg.com/x-marked' ;
customElements . define ( 'x-marked' , XMarked ) ;
</ script >
放入
【文件预览】:
x-marked-master
----index.html(5KB)
----rollup.config.js(438B)
----src()
--------index.ts(8KB)
--------global.d.ts(124B)
----.npmignore(13B)
----license(1KB)
----.travis.yml(64B)
----tsconfig.json(357B)
----test()
--------index.test.ts(157B)
----.editorconfig(214B)
----.gitignore(18B)
----readme.md(1KB)
----package-lock.json(218KB)
----package.json(1KB)