Delete redundant spaces after line break while importing HTML

Effect of setting the HtmlLoadOptions.DeleteRedundantSpaces property to false and true

The following screenshot shows the effect of setting this property to false and true.

todo:image_alt_text

Delete redundant spaces after line break while importing HTML

The following sample code shows the usage of the HtmlLoadOptions.DeleteRedundantSpaces  property. Please set it true or false to get the output as shown in the above screenshot.