Hacker News new | ask | show | jobs
by spicyj 3772 days ago
(This is actually not quite true -- you only lose whitespace when one side of the linebreak has an element, not when both are text.)
1 comments

Oh, thanks for the clarification. I was misremembering; I think my actual case was something like:

    <p>
      Hello, etc etc, please
      <a href="#my-neat-anchor">click here</a>
      to continue.
    </p>
Ah yes, I forgot about that catch. Its not always just simple copy-paste.