Most websites do not redeclare the white-space CSS property, which means that \n in <p> tags get turned into a space. Defuddle seems to simply ignore them, leading to content relying on these newlines for spacing (as seen in some websites, for example here to be grabbed incorrectly, lacking the necessary added spaces as displayed on the original site.
Most websites do not redeclare the white-space CSS property, which means that
\nin<p>tags get turned into a space. Defuddle seems to simply ignore them, leading to content relying on these newlines for spacing (as seen in some websites, for example here to be grabbed incorrectly, lacking the necessary added spaces as displayed on the original site.