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

Escape non-html tags

Open aziz opened this issue 8 years ago • 1 comments

input:

<ContextMenu>

output:

<p><br></p>

expected output:

<p>&lt;ContextMenu&gt;</p>

aziz avatar Jul 30 '17 10:07 aziz

I cannot reproduce this problem. Can you create a minimum repro case on webpackbin.com?

sstur avatar Jul 31 '17 05:07 sstur