draft-js-import-markdown icon indicating copy to clipboard operation
draft-js-import-markdown copied to clipboard

Results 5 draft-js-import-markdown issues
Sort by recently updated
recently updated
newest added

Whenever there are multiple new lines together they seem to be removed after being processed through this module. Here is a link to a project I pieced together showing an...

From https://github.com/sstur/react-rte/issues/45 thanks to @tjunnone for reporting. ### Code and quoted markdown is lost All code and quoted blocks are lost when importing markdown. As an example, in the [demo](https://react-rte.org/demo):...

`foo [bar](https://www.domain.com/baz) baz` doesn't seem to work. Link is stripped out. Is this perhaps an issue with [draft-js-import-element](https://github.com/sstur/draft-js-import-element)?

When importing this markdown, it should collapse the lists: ![Failed example on https://react-rte.org/demo](https://s.calyh.re/QZ0wE.png) It works when you have at least 2 new lines between the lists: ![Working example on https://react-rte.org/demo](https://s.calyh.re/CF8i4.png)...