diff --git a/src/plugins/dearrow/index.tsx b/src/plugins/dearrow/index.tsx index 52cf1d530..80eb84aa7 100644 --- a/src/plugins/dearrow/index.tsx +++ b/src/plugins/dearrow/index.tsx @@ -60,7 +60,7 @@ async function embedDidMount(this: Component) { if (hasTitle) { embed.dearrow.oldTitle = embed.rawTitle; - embed.rawTitle = titles[0].title; + embed.rawTitle = titles[0].title.replace(/ >(\S)/g, " $1"); } if (hasThumb) {