Render conference md without escaping description html

This commit is contained in:
Michael Ball 2021-03-02 20:46:14 -08:00
parent 06b05b8177
commit d40ab944c2

View file

@ -15,7 +15,7 @@
= "#{conference.venue.city}/#{conference.venue.country_name}"
- unless conference.description.blank?
%p
= markdown(conference.description)
= markdown(conference.description, escape_html=false)
.col-md-2
.btn-group-vertical
- if !@conference || @conference != conference