mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix: markdown proper spacing
This commit is contained in:
parent
8dfbdbd883
commit
8d6a424604
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue