rehype-react:转换为React的插件

时间:2024-06-15 19:58:25
【文件属性】:

文件名称:rehype-react:转换为React的插件

文件大小:11KB

文件格式:ZIP

更新时间:2024-06-15 19:58:25

react rehype rehype-plugin JavaScript

炒作React 插件转换为 。 安装 : npm install rehype-react 用 下面的示例演示如何创建Markdown输入文本区域以及相应的呈现HTML输出。 Markdown进行了处理,以添加目录,突出显示代码块并呈现GitHub提及内容(以及其他出色的GH功能)。 import React from 'react' import ReactDOM from 'react-dom' import unified from 'unified' import markdown from 'remark-parse' import slug from 'remark-slug' import toc from 'remark-toc' import github from 'remark-github' import remark2rehype from 'remar


【文件预览】:
rehype-react-main
----.gitignore(53B)
----package.json(3KB)
----.npmrc(19B)
----index.js(1KB)
----test.js(4KB)
----types()
--------tslint.json(144B)
--------tsconfig.json(179B)
--------rehype-react-test.tsx(3KB)
--------index.d.ts(2KB)
----.github()
--------workflows()
----.prettierignore(22B)
----license(1KB)
----readme.md(6KB)
----.mailmap(71B)
----.editorconfig(147B)

网友评论