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
Simplify newline handling of comment token in TokenStream#to_html
The logic of newline handling to make html <span> tag pretty does not need to be restricted to comment token.
Remove comment-specific condition and make it simple.
0 commit comments