BlockNote
BlockNote copied to clipboard
Unable to recognize style
After converting the html string with the style attribute into a block and inserting it into the editor, the editor failed to recognize the style.
Please see example Codesandbox
Styles which don't have a 1:1 HTML tag equivalent (e.g. text color vs bold/italic) aren't added when converting blocks to HTML atm. Likewise, these styles also aren't parsed. This is because there's not much standardization for displaying things like text color in HTML, so different editors do it differently. See #636 for more info