react-md-editor
react-md-editor copied to clipboard
A simple markdown editor with preview, implemented with React.js and TypeScript.
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`....
Im not being able to avoid convert html tags from the markdown editor to html tags in preview mode
Hello! im trying to create an editor that doesnt convert html tags from the editor. When i put this:  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...
I want to enlarge font size of headings H1, H2, H3... like this. What should I do? 
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,...