From 41233c7b167905eeccfdff5589789e002ec23f97 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Thu, 16 Jan 2014 12:28:28 -0700 Subject: [PATCH] feat(challenges) markdown in challenge-descriptions --- views/options/social/challenges.jade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)