react-markdown-editor-lite icon indicating copy to clipboard operation
react-markdown-editor-lite copied to clipboard

a light-weight Markdown editor based on React. 一款轻量的基于React的markdown编辑器

Results 59 react-markdown-editor-lite issues
Sort by recently updated
recently updated
newest added

First, thanks and congrats for such a nice library. The demo is very useful. But could not find source code for the demo. https://harrychen0506.github.io/react-markdown-editor-lite/ Can you please share?

Great markdown editor! There is the possibility to create numbered and bullet lists. Awesome. But how about demoting / promoting list entries to get an hierarchical list. Doing that by...

In some cases I would like to hide any markdown content to the user. For those cases is it possible to use this component just like a WYSIWYG editor? I...

I am using next.js in my code, here is what I wrote: ```tsx import dynamic from 'next/dynamic'; const MdEditor: any = dynamic( () => { return new Promise((resolve) => {...

bug

I want to use some custom props for my own plugins, is it possible to pass props somehow to my own plugins, e.g.: ` `

bug

## Description 1.代码块不能显示 2.图片溢出怎么办 ![image](https://user-images.githubusercontent.com/88479072/159105457-2ecd57c9-541c-4ae9-beea-752eab2d63c3.png) ![image](https://user-images.githubusercontent.com/88479072/159105468-93efb31f-7afd-41cb-aabb-8816c01f956f.png)

bug

目前 return 的值是圖片網址 並且 alt text 固定是 image.png 或拖曳圖片的檔名 而不能自行修改 是否能夠新增回可以同時回傳 alt text 與圖片網址

bug

![image](https://user-images.githubusercontent.com/33530007/150414020-7c15f155-18c5-472a-a317-8de8e65d5a10.png) > Actually input Should be: actual input.

bug

Hey there! I belong to an open source security research community, and a member (@esidate) has found an issue, but doesn’t know the best way to disclose it. If not...