Skip to content

Commit 2606549

Browse files
authored
Merge pull request #2106 from appwrite/fix-pro-1936
Fix: links not rendering on model pages
2 parents 87a946c + 76a74c0 commit 2606549

File tree

1 file changed

+1
-1
lines changed
  • src/routes/docs/references/[version]/models/[model]

1 file changed

+1
-1
lines changed

src/routes/docs/references/[version]/models/[model]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<Td>{property.name}</Td>
4242
<Td>{property.type}</Td>
4343
<Td>
44-
{property.description}
44+
{@html parse(property.description)}
4545
{#if property.relatedModels}
4646
<!-- eslint-disable-next-line svelte/no-at-html-tags -->
4747
Can be one of: {@html parse(property.relatedModels)}

0 commit comments

Comments
 (0)