react-markdown-editor-lite
react-markdown-editor-lite copied to clipboard
a light-weight Markdown editor based on React. 一款轻量的基于React的markdown编辑器
When I try to press enter to insert a new line under MD editor it doesn't go to a new line in the preview. If the user presses keyboard enter...
Is it currently possible to add keyboard accessibility to the toolbar? For instance, can the buttons be accessed via the tab key and have their click events also triggered with...
## OS and browser For example, Windows 10, Chrome 80.0. 例如:Windows 10,Chrome 80.0 ## Description 不支持React 18.0,作者有没有更新计划
## OS and browser MacOSX 10.15.7, Chrome 96.0.4664.110. ## Description Great library! onChange callback gets called twice as seen in the console. ## Reproduction URL https://codesandbox.io/s/rmel-demo-ref-in-function-component-u04gb?file=/src/App.js The same as in...
Subject of the issue Markdown tables aren't rendered correctly. The markdown code is rendered without any formatting. It was working before, After upgrading some of the UI-libs, table doesn't render...