'<>' trim mode default for ERB is problematic for rows that have erb at beginning and end of row. We should remove the trim mode default, but allow an option to be passed that sets it.
Allowed options should be
% enables Ruby code processing for lines beginning with %
<> omit newline for lines starting with <% and ending in %>
> omit newline for lines ending in %>
- omit blank lines ending in -%>
'<>'
trim mode default for ERB is problematic for rows that have erb at beginning and end of row. We should remove the trim mode default, but allow an option to be passed that sets it.Allowed options should be