Skip to content

Preserve white space as much as possible.

Zoggy requested to merge Chris00:master into master

Created by: Chris00

fields may contain <pre> blocks for which the preservation of newlines is important. However space may be added after the opening and before the closing tags for e.g. readability. They need to be stripped (or else URL parsing will fail for example).

Merge request reports