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
Carriage return preserved in client parser:
import parse from 'html-dom-parser'; parse('\r\n'); // '\r\n'
Carriage return stripped in client parser:
import parse from 'html-dom-parser'; parse('\r\n'); // '\n'
See above
https://jsfiddle.net/remarkablemark/a8zqgp4s/
carriage return, newline, client parser, innerHTML
The text was updated successfully, but these errors were encountered:
Relates to remarkablemark/html-react-parser#864
Sorry, something went wrong.
remarkablemark
No branches or pull requests
Expected Behavior
Carriage return preserved in client parser:
Actual Behavior
Carriage return stripped in client parser:
Steps to Reproduce
See above
Reproducible Demo
https://jsfiddle.net/remarkablemark/a8zqgp4s/
Environment
Keywords
carriage return, newline, client parser, innerHTML
The text was updated successfully, but these errors were encountered: