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've added code from https://github.com/uiwjs/react-md-editor?tab=readme-ov-file#support-nextjs on my open-source website, but it doesn't work correctly. I have the strange blue line on the left side, and it's interferes with writing...

I am using react-md-editor in my nextjs application but while typing, my cursor position is not correct. https://github.com/uiwjs/react-md-editor/assets/76780858/6331c96c-1c01-4dc9-a949-608714b229cc Here is my code : ``` "use client"; import "@uiw/react-md-editor/markdown-editor.css"; import "@uiw/react-markdown-preview/markdown.css";...

Hello, firstly I want to thank all the contributors of this project because of it's high quality. I would like to draw your attention about an issue : https://arltools.xyz/create When...

In the new version, when I apply previewOptions skipHtml. The library cannot ignore HTML This phenomenon occurs from version 4.0 Please check for me Thank you very much

Can I prevent the automatic generation of "-" or "" at the beginning of the next line after entering a sentence in Korean following "-" or "" and then pressing...

can not find rtl option

I'm facing an issue where images are no longer displayed after updating from react-md-editor v. 3.26.5 to v 4.0.1. We're embedding the images in the markdown string and displaying them...

markdown 版本: 6.0.0 操作系统:MacOS 浏览器 版本:版本 120.0.6099.109(正式版本) (arm64) 复现代码如下:

First of all, thank you for this amazing markdown editor. Currently, I'm using the **MDEditor** library on one of my websites both as an editor and its preview. Everything is...