<%- @tables.each do |table| -%> <%- if table[:content].any? -%> <%- table[:content].each do |violation| -%> <%- end -%>
:<%= table[:emoji] %>: <%= "" if table[:resolved] %><%= violation.message %><%= "" if table[:resolved] %>
<%- end -%> <%- end -%> <%- @markdowns.each do |current| -%> <%= current %> <%# the previous line has to be aligned far to the left, otherwise markdown can break easily %> <%- end -%> <%# Add the generated_by_ as a html coment to identify comments from danger. %>