react markdown remark directive 源码
ReactMarkdown备注指令 这是react-markdown的插件。 它使用指令格式通过remark-directive轻松地将自定义功能添加到您的markdown中。 如果标记是包含的组件之一,它将呈现元素 使用时,只需在调用ReactMarkdown时添加包含的插件并渲染即可 import ReactMarkdown from 'react-markdown' import rmDirective from '../react-markdown-remark-directive' // Object of custom Markdown components const components = { } // Array of ReactMarkdown plugins const rmPlugins = [ // ... other plugins for Rea
文件列表
react-markdown-remark-directive-master.zip
(预估有个10文件)
react-markdown-remark-directive-master
index.js
709B
package.json
568B
package-lock.json
191KB
.idea
vcs.xml
180B
modules.xml
314B
.gitignore
98B
react-markdown-remark-directive.iml
514B
inspectionProfiles
暂无评论