react-md-editor
react-md-editor copied to clipboard
A simple markdown editor with preview, implemented with React.js and TypeScript.
Hello, I apologize in advance as this is my first issue raised on GitHub, and I may not be aware of all the rules that need to be followed when...
I'm getting following error on text selection. What can be the issue? 
Is there any way to prevent editor from live changing signs into escape signs in live editor? https://codesandbox.io/s/markdown-editor-for-react-forked-cb14q I would like to have normal syntax for the user like this...
Issue : Textarea still accepting HTML code and inline script although I have passed all props to the MDEditor component. **### snippet** ` ` 
I'm trying to create a custom ICommand that needs to access a state property. When execute is called the state he's reading is not updated, is what it were when...
How can I change white default gh theme to a theme of my own choice? Is there any other way than overwriting css classes one by one?
Hey! I'm developing a text editor on top of this for a private project (I added some server-side processing for specific text macros, so one can add those text macros...
The `onChange` prop function of the `MDEditor` component is cached (due to the `useReducer`), and thus data passed is taken as closure, not updating when component re-renders. For example, for...
Any Option to embed video in editor
Uploading image with toolbar 'Add Image' then not able to open the image on new tab when in preview mode. So what option to be added in preview mode to...