Change Content::decodedText to use an enum argument for trim options
This is better readable than two bool flags, and more importantly it avoids passing an invalid combination of flags.
This is better readable than two bool flags, and more importantly it avoids passing an invalid combination of flags.