Content and fixes 2017-10-05 (#9165)

* fix(market): display classless equipment

* fix(challenges): more missing Markdown

* feat(content): backgrounds and Enchanted Armoire 2017-10

* chore(sprites): compile
This commit is contained in:
Sabe Jones
2017-10-05 19:00:39 -05:00
committed by GitHub
parent f1ec8bbf2c
commit 3503b307b2
112 changed files with 32507 additions and 32236 deletions

View File

@@ -74,7 +74,7 @@
button.btn.btn-secondary(v-once, @click='cloneChallenge()') {{$t('clone')}}
.description-section
h2 {{$t('challengeSummary')}}
p {{challenge.summary}}
p(v-markdown='challenge.summary')
h2 {{$t('challengeDescription')}}
p(v-markdown='challenge.description')
</template>