From 940012314db254ab1e7960ad2ff3230369dba554 Mon Sep 17 00:00:00 2001 From: James Mason Date: Wed, 29 Nov 2017 17:08:15 -0800 Subject: [PATCH] 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. --- app/views/conferences/_header.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/conferences/_header.haml b/app/views/conferences/_header.haml index 08ad1e94..c3a75bbc 100644 --- a/app/views/conferences/_header.haml +++ b/app/views/conferences/_header.haml @@ -31,5 +31,4 @@ .container .row .col-md-8.col-md-offset-2 - %h3.text-center - = markdown(conference.description) + = markdown(conference.description)