Render markdown in splashpage header without arbitrary assignment to h3

The markdown settings for conference description include header assignments;
there's no reason to force all content into a tag type that the user didn't
specify in their markdown.
This commit is contained in:
James Mason 2017-11-29 17:08:15 -08:00
parent c14c23fc27
commit 940012314d

View file

@ -31,5 +31,4 @@
.container
.row
.col-md-8.col-md-offset-2
%h3.text-center
= markdown(conference.description)
= markdown(conference.description)