No wrapping in WYSIWYG
See original GitHub issueVersion
v.1.4.6 online example at https://nhn.github.io/tui.editor/api/latest/tutorial-example00-editor-with-extensions.html
Test Environment
Google Chrome 77.0.3865.90 (Build ufficiale) (a 64 bit) on Windows 10 Pro.
Current Behavior
Copy-paste a text wrapped at 72 characters. e.g.:
# My Code Conventions
This document contains the code conventions I've defined in these years
and I'm using, evolving them based on needs. This document is written
using [Markdown](https://daringfireball.net/projects/markdown/) as a
mean to keep the file simple, both readable as a plain text file and
with the possibility to render it in a nicer format. I'm currently
writing it with [IntelliJ IDEA](https://www.jetbrains.com/idea/)
[Markdown plugin](https://www.jetbrains.com/help/idea/markdown.html)
using the [GitHub Flavored Markdown](https://github.github.com/gfm/)
format.
**Update 2019-09-23**.
The WYSIWYG renders with the same wrapping (see attachment).
Expected Behavior
Expectation is that the sentence should be written as a single continuous HTML paragraph, without any line break. See https://daringfireball.net/projects/markdown/basics
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Wrap Text - WYSIWYG Web Builder
Wrap Text around images and other objects 'Wrap Text' is an object container (just like a layer or layout grid) with text. By...
Read more >nicEdit does not wrap text - wysiwyg - Stack Overflow
How can I make a text wrap on a text area with nicEdit implemented. When editor is on the textarea the attribute is...
Read more >When creating a blog post through the WYSIWYG editor, text ...
1) There will be no p tag will wrap while starting with anchor tag. The editor will takes a each paragraph in a...
Read more >Can I disable wrapping content with <P> tags? - Froala
Question: The editor wraps all the text with P tags. Also, when hitting ENTER, I get large space between paragraphs.
Read more >WYSIWYG not displaying final result correctly in V13.0
In order for the browser to wrap the text, the text needs to have a break in it, where a break is a...
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 Free
Top 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

Any update on this issue?
This is seriously related to compatibility.
Most of markdown language renderer ignores single line break. This should be re-discussed.
This issue will be closed due to inactivity. Thanks for your contribution!