react-markdown-editor-lite
react-markdown-editor-lite copied to clipboard
a light-weight Markdown editor based on React. 一款轻量的基于React的markdown编辑器
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) => {...
I want to use some custom props for my own plugins, is it possible to pass props somehow to my own plugins, e.g.: ` `
## Description 1.代码块不能显示 2.图片溢出怎么办  
目前 return 的值是圖片網址 並且 alt text 固定是 image.png 或拖曳圖片的檔名 而不能自行修改 是否能夠新增回可以同時回傳 alt text 與圖片網址
 > Actually input Should be: actual input.
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...