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
textVersion("<p>line1<br><br><br>line2</p>") outputs line1\nline2\n. Runkit notebook: https://runkit.com/sayan751/5ba1fab47a5446001221d859
textVersion("<p>line1<br><br><br>line2</p>")
line1\nline2\n
textVersion("<p>line1<br><br><br>line2</p>") outputs line1\n\n\nline2\n.
line1\n\n\nline2\n
Line breaks should have been preserved.
The text was updated successfully, but these errors were encountered:
Fix to issue EDMdesigner#17
a28e20d
It has the potential fix for text conversion persisting to line breaks in repeated scenarios ex - <p>line<br><br></p>.
No branches or pull requests
Actual
textVersion("<p>line1<br><br><br>line2</p>")
outputsline1\nline2\n
.Runkit notebook: https://runkit.com/sayan751/5ba1fab47a5446001221d859
Expected
textVersion("<p>line1<br><br><br>line2</p>")
outputsline1\n\n\nline2\n
.Line breaks should have been preserved.
The text was updated successfully, but these errors were encountered: