• <%= comment.highlighted ? "highlighted" : "" %> <%= comment.score <= 0 ? "negative" : "" %> <%= comment.score <= -3 ? "negative_3" : "" %> <%= comment.score <= -5 ? "negative_5" : "" %> <%= comment.score <= -7 ? "negative_7" : "" %>">
    <%= comment.score %>
    <%= raw comment.markeddown_comment %>