Hacker News new | ask | show | jobs
by f33d5173 756 days ago
Hmmmm, html doesn't ignore line breaks, it just treats them as any other whitespace, where a consecutive sequence is folded into a single space. 27 00 would still be quite confusing, of course
1 comments

I think the space character in the comment above is representing a new line on the wire.
Yep, I didn't add enough newlines. Fixed