Dont escape conference description html

This commit is contained in:
Michael Ball 2020-07-29 03:09:26 -07:00
parent 047afa02d1
commit 2b598fb2d6

View file

@ -31,5 +31,5 @@
.container
.row
.col-md-8.col-md-offset-2
= markdown(conference.description)
= markdown(conference.description, escape_html=false)
.trapezoid