[jQuery] $(el).html() Removes Line Breaks In IE6
I've been experimenting with client-size markdown transformation and
have hit a stumbling block. It seems that "$(this).html()" returns the
inner html of the element with the line breaks stripped out in IE6
(not sure about IE7 right now). Am I missing something? Obviously,
markdown assigns meaning to line breaks so rendering in IE is
incorrect.