Determines how the generated HTML gets styled.
To use this, put an enum field named htmlOutputStyle into a diet traits struct and pass that to the render function.
The default output style is compact.
Outputs no extraneous whitespace (including line breaks) around HTML tags
Inserts line breaks and indents lines according to their nesting level in the HTML structure
See Implementation
Determines how the generated HTML gets styled.
To use this, put an enum field named htmlOutputStyle into a diet traits struct and pass that to the render function.
The default output style is compact.