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
Here is a test to validate (the first example seems wrong to me):
test(
"paragraph1\n\nparagraph2\n\n\n\nparagraph3\n\n\n\nparagraph4",
"<p>paragraph1</p>\n" +
"<p>paragraph2</p>\n" +
"<div style='height:2em;'></div>\n" +
"<p>paragraph3</p>");
"<div style='height:3em;'></div>\n" +
"<p>paragraph4</p>\n" +
Original issue reported on code.google.com by
[email protected]
on 4 Sep 2008 at 7:40The text was updated successfully, but these errors were encountered: