%- @tables.each do |table| -%>
<%- if table[:content].any? -%>
<%- table[:content].each do |violation| -%>
:<%= table[:emoji] %>: |
<%= "" if table[:resolved] %><%= violation.message %><%= "" if table[:resolved] %> |
<%- end -%>
<%- 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 comment to identify comments from danger. %>