mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 13:40:55 +00:00
fix: markdown proper spacing
This commit is contained in:
parent
8dfbdbd883
commit
8d6a424604
@ -142,7 +142,7 @@
|
|||||||
/>
|
/>
|
||||||
{/if}
|
{/if}
|
||||||
{:else if token.type === 'space'}
|
{:else if token.type === 'space'}
|
||||||
<div class="my-0.5" />
|
<div class="my-2" />
|
||||||
{:else}
|
{:else}
|
||||||
{console.log('Unknown token', token)}
|
{console.log('Unknown token', token)}
|
||||||
{/if}
|
{/if}
|
||||||
|
Loading…
Reference in New Issue
Block a user