<% if @commentable.processed_html.size < 350 %>
<%= sanitize_rendered_markdown(@commentable.processed_html) %>
<% else %>
<%= truncate(sanitize(@commentable.processed_html, tags: []), length: 150) %>
<% end %>