Dont escape conference description html
This commit is contained in:
parent
047afa02d1
commit
2b598fb2d6
1 changed files with 1 additions and 1 deletions
|
|
@ -31,5 +31,5 @@
|
|||
.container
|
||||
.row
|
||||
.col-md-8.col-md-offset-2
|
||||
= markdown(conference.description)
|
||||
= markdown(conference.description, escape_html=false)
|
||||
.trapezoid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue