fix: markdown proper spacing

This commit is contained in:
Timothy J. Baek 2024-09-07 02:56:58 +01:00
parent 8dfbdbd883
commit 8d6a424604
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@
/>
{/if}
{:else if token.type === 'space'}
<div class="my-0.5" />
<div class="my-2" />
{:else}
{console.log('Unknown token', token)}
{/if}