uiwjs / react-md-editor

A simple markdown editor with preview, implemented with React.js and TypeScript.
https://uiwjs.github.io/react-md-editor
MIT License
2.03k stars 149 forks source link

Unable to Embed Github gist #643

Open rasel-stacklearner opened 1 month ago

rasel-stacklearner commented 1 month ago

I am trying to embed GitHub gist but it is not able to embed. image

rasel-stacklearner commented 1 month ago

@jaywcjlove do you have any solution for this?

jaywcjlove commented 1 month ago

@rasel-stacklearner The markdown preview is supported by the react-markdown-preview package, which supports remark and rehype plugins. Check if there are any plugins that support Github gist.

rasel-stacklearner commented 1 month ago

@rasel-stacklearner The markdown preview is supported by the react-markdown-preview package, which supports remark and rehype plugins. Check if there are any plugins that support Github gist.

can you give me an example where I can use this package with "uiwjs/react-md-editor". i didn't find any solution there