This commit is contained in:
Timothy J. Baek 2024-08-04 18:34:29 +02:00
parent d8c39569be
commit b414fde6ca

View File

@ -533,7 +533,7 @@
{#if inlineToken.type === 'image'}
<Image src={inlineToken.href} alt={inlineToken.text} />
{:else}
{@html marked.parseInline(inlineToken.raw, {
{@html marked.parse(inlineToken.raw, {
...defaults,
gfm: true,
breaks: true,
@ -542,7 +542,7 @@
{/if}
{/each}
{:else}
{@html marked.parseInline(token.raw, {
{@html marked.parse(token.raw, {
...defaults,
gfm: true,
breaks: true,