@@ -750,7 +750,6 @@ export const removeFormattings = (str: string) => {
// Cleanup
.replace(/\[\^[^\]]*\]/g, '') // Footnotes
- .replace(/[-*_~]/g, '') // Remaining markers
.replace(/\n{2,}/g, '\n')
); // Multiple newlines
};