You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using ego for one of our newer services. Very nice indeed 👍
One thing is annoying though:
From the Rails ERB Documentation:
When on a line that only contains whitespaces except for the tag, <% %> suppress leading and trailing whitespace, including the trailing newline. <% %> and <%- -%> are the same. Note however that <%= %> and <%= -%> are different: only the latter removes trailing whitespaces.
Maybe ego could handle it in the same way? Especially linebreaks are a problem when writing i.e. markdown.
The text was updated successfully, but these errors were encountered:
We are using ego for one of our newer services. Very nice indeed 👍
One thing is annoying though:
From the Rails ERB Documentation:
Maybe ego could handle it in the same way? Especially linebreaks are a problem when writing i.e. markdown.
The text was updated successfully, but these errors were encountered: