diff --git a/app/views/invitadxs/new.haml b/app/views/invitadxs/new.haml index 4399f05..c907218 100644 --- a/app/views/invitadxs/new.haml +++ b/app/views/invitadxs/new.haml @@ -2,7 +2,7 @@ .col-md-6.align-self-center - if @invitadx.errors.full_messages.empty? .alert.alert-dismissible.alert-info.fade.show{role: 'alert'} - = @site.config.dig('welcome', 'message') || t('.welcome') + = raw CommonMarker.render_doc(@site.config.dig('welcome', 'message') || t('.welcome')).to_html %button.close{type: 'button', data: { dismiss: 'alert' }, 'aria-label': t('help.close') }