We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The editor breaks a line of string into several lines if it is not wrapped with an HTML tag.
To Reproduce Steps to reproduce the behavior:
Hi <span>Alex</span>
Demo
Expected behavior The output must be Hi Alex not
Hi Alex
Screenshots
Additional context The editor should wrap the string with a tag to prevent the breaking string to several lines.
The text was updated successfully, but these errors were encountered:
fix: #809 convert whitespace
e249c2f
The 2.42.0 version has been updated. If this issue has not been resolved, please reopen this issue. Thank you.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The editor breaks a line of string into several lines if it is not wrapped with an HTML tag.
To Reproduce
Steps to reproduce the behavior:
Hi <span>Alex</span>
Demo
Expected behavior
The output must be
Hi Alex
not
Screenshots
Additional context
The editor should wrap the string with a tag to prevent the breaking string to several lines.
The text was updated successfully, but these errors were encountered: