fix: links not rendering in models pages by parsing the md content.

This commit is contained in:
Darshan
2025-06-14 18:11:05 +05:30
parent 87a946ca8a
commit 76a74c0162

View File

@@ -41,7 +41,7 @@
<Td>{property.name}</Td> <Td>{property.name}</Td>
<Td>{property.type}</Td> <Td>{property.type}</Td>
<Td> <Td>
{property.description} {@html parse(property.description)}
{#if property.relatedModels} {#if property.relatedModels}
<!-- eslint-disable-next-line svelte/no-at-html-tags --> <!-- eslint-disable-next-line svelte/no-at-html-tags -->
Can be one of: {@html parse(property.relatedModels)} Can be one of: {@html parse(property.relatedModels)}