<%= if @show_edit do%> <% end %>
<%= if @extension == "md" do%>
<%= raw Earmark.as_html!(@paste.content, escape: true, gfm_tables: true) |> HtmlSanitizeEx.markdown_html %>
<% else %> <%= raw Ketbin.Utils.Syntax.highlight_text(@paste.content, @extension) |> HtmlSanitizeEx.html5 %> <% end %>