mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
fix: use markdown for description in cards (#2011)
This commit is contained in:
parent
ae59f04b9f
commit
a72f038247
2 changed files with 4 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
<div v-if="hover" class="d-flex transition-fast-in-fast-out secondary v-card--reveal" style="height: 100%">
|
||||
<v-card-text class="v-card--text-show white--text">
|
||||
<div class="descriptionWrapper">
|
||||
{{ description}}
|
||||
<SafeMarkdown :source="description" />
|
||||
</div>
|
||||
</v-card-text>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue