You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The double white space hard line break has the right output:
a
b
The \ hard line break has a wrong output, there is a white space after a:
a \
b
Screenshot:
The text was updated successfully, but these errors were encountered:
chenzhiguang
changed the title
hardLineBreak issue, there should not be a white space before hard line break when break with \
hardLineBreak issue, the white spaces before \ hard line break should be removed
Oct 19, 2022
The double white space hard line break has the right output:
The
\
hard line break has a wrong output, there is a white space aftera
:a \ b
Screenshot:
The text was updated successfully, but these errors were encountered: