Commit b414fde6 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent d8c39569
...@@ -533,7 +533,7 @@ ...@@ -533,7 +533,7 @@
{#if inlineToken.type === 'image'} {#if inlineToken.type === 'image'}
<Image src={inlineToken.href} alt={inlineToken.text} /> <Image src={inlineToken.href} alt={inlineToken.text} />
{:else} {:else}
{@html marked.parseInline(inlineToken.raw, { {@html marked.parse(inlineToken.raw, {
...defaults, ...defaults,
gfm: true, gfm: true,
breaks: true, breaks: true,
...@@ -542,7 +542,7 @@ ...@@ -542,7 +542,7 @@
{/if} {/if}
{/each} {/each}
{:else} {:else}
{@html marked.parseInline(token.raw, { {@html marked.parse(token.raw, {
...defaults, ...defaults,
gfm: true, gfm: true,
breaks: true, breaks: true,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment