mirror of
https://github.com/open-webui/open-webui
synced 2025-06-12 01:12:49 +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
|
// Cleanup
|
||||||
.replace(/\[\^[^\]]*\]/g, '') // Footnotes
|
.replace(/\[\^[^\]]*\]/g, '') // Footnotes
|
||||||
.replace(/[-*_~]/g, '') // Remaining markers
|
|
||||||
.replace(/\n{2,}/g, '\n')
|
.replace(/\n{2,}/g, '\n')
|
||||||
); // Multiple newlines
|
); // Multiple newlines
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user