Leading spaces at the beginning of the next line are not ignored when using a backslash as a hard line break #618
Unanswered
danjelalura
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello community,
This piece of text:
and this piece of text:
are represented differently in the DOM when parsed.
In the first case, a backslash is used as a hard line break and in the second case 2 spaces are used as a hard line break. Even though both of these representations of a hard line break are shown as HardLineBreak, for the first case, the spaces at the beginning of the next line are not ignored. The offsets however, disregard the whitespaces.
First case:
Second case:
I am having a hard time understanding why this happens. This could potentially lead to issues when making use of the information provided by the above representation.
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions