remark emmbed:将markdown中的youtubetwitter等的URL(由换行符包围)转换为html嵌入 源码
备注显示 将换行符包围的URL转换为嵌入。 该代码的重要部分直接取自的出色插件,因此非常感谢 :folded_hands: 安装 : yarn add @agentofuser/remark-oembed 用法 说我们有以下文件demo.md : Hey this is a nice youtube video about making modern react apps with gatsby: https://www.youtube.com/watch?v=GN0xHSk2P8Q Check it out :backhand_index_pointing_up: 我们的脚本ex
文件列表
remark-oembed-master.zip
(预估有个17文件)
remark-oembed-master
.travis.yml
438B
package.json
3KB
test
index.test.ts
814B
src
utils
fetchOembed.ts
274B
transformLinkNodeToOembedNode.ts
557B
selectPossibleOembedLinkNodes.ts
592B
暂无评论