mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
challenge title on challenge winner's profile supports markdown w/o emojis
This commit is contained in:
parent
be0bcad24b
commit
ae92a98037
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ div(ng-if='::profile.achievements.challenges.length || user._id == profile._id')
|
|||
h5=env.t('challengeWinner')
|
||||
table.table.table-striped
|
||||
tr(ng-repeat='chal in profile.achievements.challenges track by $index')
|
||||
td {{::chal}}
|
||||
td: markdown(text='::chal')
|
||||
hr
|
||||
|
||||
div(ng-if='::profile.achievements.quests || user._id == profile._id')
|
||||
|
|
|
|||
Loading…
Reference in a new issue