app/views/comment_notification_mailer/speaker_notification.md.erb
<%= @comment.user.name %> has left a comment on your proposal '<%= @proposal.title %>' for <%= @proposal.event.name %>:
> <%= simple_format(@comment.body) %>
<%= md_link_to 'View your proposal', event_proposal_url(@proposal.event, uuid: @proposal) %>