no BR tag in block tool text
See original GitHub issueHello. It seems line breaks are not adding into text.
In latest Chrome and Safari I can’t add line break in block tool with enableLineBreaks: true
property (such as Quote and other custom tools).
You can get this case when just typing a text and press Enter, not paste.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
How to Break Line Without Using <br> Tag in CSS - W3docs
There are a few ways to break a line without using a <br> tag. For that, we can use block-level elements. Block-level elements...
Read more >HTML - <nobr> Tag - Tutorialspoint
Description. The HTML <nobr> tag is used to instruct the browser not to break the specified text (such as the usual line wrap...
Read more ><nobr>: The Non-Breaking Text element - MDN Web Docs
The <nobr> HTML element prevents the text it contains from automatically wrapping across multiple lines, potentially resulting in the user ...
Read more >React block showing unnecessary br tag - Stack Overflow
edit({ attributes, setAttributes, isSelected }) { const { text } = attributes; return ( <Fragment> <RichText identifier="text" value={text} ...
Read more >The Dos and Don'ts of Adding an HTML Line Break
I should use the block quote element, which will automatically add margins on the left and right side of the text. If I...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I use original Quote plugin, it includes sanitize method with br option by default. But it’s not working correctly.
There is a gif from editorjs website. No br tag in text.
@mirkomaty Hi, I’ve not solved the problem finally. I think it’s a quite important bug. You can reopen the issue then.