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

Certain markdown features not working

Open sstur opened this issue 8 years ago • 3 comments

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:

  • Set the mode radio button to Markdown
  • Type some text and mark it as a quote or code in the RTE top editor. MD in bottom textarea looks OK.
  • Type anything in the MD textarea, which updates the RTE editor, and all quotes and code blocks are lost (quotes become unstyled text, code block content disappears altogether)

sstur avatar May 10 '16 09:05 sstur

Any progress here? This is a dealbreaker for me right now. Would love to get it fixed and help.

yfr avatar Nov 29 '16 09:11 yfr

Any progress?

matteing avatar May 07 '17 01:05 matteing

Working on support for blockquotes. The issue lies in draft-js-import-element, WIP PR is open here: https://github.com/sstur/draft-js-import-element/pull/34

mxstbr avatar Aug 16 '17 06:08 mxstbr