mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 12:57:48 +00:00
fix: links not rendering in models pages by parsing the md content.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<Td>{property.name}</Td>
|
||||
<Td>{property.type}</Td>
|
||||
<Td>
|
||||
{property.description}
|
||||
{@html parse(property.description)}
|
||||
{#if property.relatedModels}
|
||||
<!-- eslint-disable-next-line svelte/no-at-html-tags -->
|
||||
Can be one of: {@html parse(property.relatedModels)}
|
||||
|
||||
Reference in New Issue
Block a user