mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 21:05:19 +00:00
Merge pull request #13735 from Classic298/dev
Fix: Markdown in Knowledgebases rendered correctly now
This commit is contained in:
commit
030b6b26af
1 changed files with 2 additions and 2 deletions
|
|
@ -764,7 +764,7 @@
|
||||||
className="input-prose-sm"
|
className="input-prose-sm"
|
||||||
bind:value={selectedFileContent}
|
bind:value={selectedFileContent}
|
||||||
placeholder={$i18n.t('Add content here')}
|
placeholder={$i18n.t('Add content here')}
|
||||||
preserveBreaks={true}
|
preserveBreaks={false}
|
||||||
/>
|
/>
|
||||||
{/key}
|
{/key}
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -822,7 +822,7 @@
|
||||||
className="input-prose-sm"
|
className="input-prose-sm"
|
||||||
bind:value={selectedFileContent}
|
bind:value={selectedFileContent}
|
||||||
placeholder={$i18n.t('Add content here')}
|
placeholder={$i18n.t('Add content here')}
|
||||||
preserveBreaks={true}
|
preserveBreaks={false}
|
||||||
/>
|
/>
|
||||||
{/key}
|
{/key}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue