react-md-editor icon indicating copy to clipboard operation
react-md-editor copied to clipboard

A simple markdown editor with preview, implemented with React.js and TypeScript.

Results 194 react-md-editor issues
Sort by recently updated
recently updated
newest added

Hello, I tried the Support Custom KaTeX Preview example but it did not work because the children for \`\`\` this code block \`\`\` may have multiple children. Regular multi-line code...

It is important with yarn v2+ that all your dependencies you use are included in your package.json By default right now this fails due to a requirement for module `rehype-prism-plus`....

Hello! im trying to create an editor that doesnt convert html tags from the editor. When i put this: ![image](https://user-images.githubusercontent.com/42133384/162255724-58c2477a-898f-49c0-99d6-3f93bf4c33c6.png) I need the html to be interpreted as a string,...

Hi, I am using this markdown editor and generally, it works amazingly (thanks :) ) However there is a strange issue with it: At the first rendering, the editor side...

Hi. I want to change the color on the textarea-text, and have tried using the prop textareaProps={{ style: { color: "white" } }}, but something seems off. I am not...

https://codesandbox.io/embed/markdown-editor-mermaid-for-react-uvtsx?fontsize=14&hidenavigation=1&theme=dark

Hello, Is there a way to make line breaks noticable with some kind of markdown symbol in value param which comes from onChange callback?

I've noticed that when you try for example add code like this: ```js ``` and then by mistake if you remove the space between `img` and `src` ```js ``` this...

bug

I want to enlarge font size of headings H1, H2, H3... like this. What should I do? ![image](https://user-images.githubusercontent.com/1491686/153169757-4cd55f43-6921-4f46-9925-6e83d107abff.png)

When I try to deploy on Vercel with Next.js I always get this error ``` Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: /vercel/path0/node_modules/react-markdown/index.js ``` I already checked #52,...