mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 16:50:27 +00:00
fix markdown rendering for description
This commit is contained in:
parent
80f7ea2ae9
commit
02c24858b6
1 changed files with 1 additions and 3 deletions
|
@ -406,9 +406,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<template #description>
|
<template #description>
|
||||||
<p class="text-lg">
|
<Markdown :source="item.description"> </Markdown>
|
||||||
{{ item ? item.description : "" }}
|
|
||||||
</p>
|
|
||||||
<div class="flex flex-wrap gap-2 mt-3">
|
<div class="flex flex-wrap gap-2 mt-3">
|
||||||
<NuxtLink ref="badge" class="badge p-3" :to="`/location/${item.location.id}`">
|
<NuxtLink ref="badge" class="badge p-3" :to="`/location/${item.location.id}`">
|
||||||
<Icon name="heroicons-map-pin" class="mr-2 swap-on"></Icon>
|
<Icon name="heroicons-map-pin" class="mr-2 swap-on"></Icon>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue