mirror of
https://github.com/open-webui/open-webui
synced 2025-06-10 00:17:52 +00:00
fix/refac: tts remove formattings
This commit is contained in:
parent
54dc24986f
commit
27bb5f5369
@ -750,7 +750,6 @@ export const removeFormattings = (str: string) => {
|
||||
|
||||
// Cleanup
|
||||
.replace(/\[\^[^\]]*\]/g, '') // Footnotes
|
||||
.replace(/[-*_~]/g, '') // Remaining markers
|
||||
.replace(/\n{2,}/g, '\n')
|
||||
); // Multiple newlines
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user