"src/lib/vscode:/vscode.git/clone" did not exist on "589de36af791c54dc0be775eff74c1084c78755f"
Commit b414fde6 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent d8c39569
......@@ -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,
......
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