diff --git a/views/options/social/challenges.jade b/views/options/social/challenges.jade index 923f5045a5..f17f275665 100644 --- a/views/options/social/challenges.jade +++ b/views/options/social/challenges.jade @@ -35,7 +35,8 @@ script(type='text/ng-template', id='partials/options.social.challenges.detail.ht textarea.option-content(cols='3', placeholder='Description', ng-model='challenge.description') hr - .well(bindonce='challenge', ng-if='challenge.description') {{challenge.description}} + .well(bindonce='challenge', ng-if='challenge.description') + markdown(ng-model='challenge.description') i.icon-question-sign(popover="These are the challenge's tasks. As users participate, they will change color and gain graphs to show you the overall progress of the group.", popover-trigger='mouseenter', popover-placement='right') habitrpg-tasks(obj='challenge', main=false)