• <% if vis[:description].present? %>
    <%= raw markdown_html_safe(vis[:description]) %>
    <% else %> <% end %>
    <% if vis[:tags].size > 0 %> <%# Keep on one line to avoid unwanted spaces %> <% formatted_tags(vis[:tags]) do |tag| %><%= tag %><% end %> <% end %>