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:
parent
c14c23fc27
commit
940012314d
1 changed files with 1 additions and 2 deletions
|
|
@ -31,5 +31,4 @@
|
||||||
.container
|
.container
|
||||||
.row
|
.row
|
||||||
.col-md-8.col-md-offset-2
|
.col-md-8.col-md-offset-2
|
||||||
%h3.text-center
|
= markdown(conference.description)
|
||||||
= markdown(conference.description)
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue