Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into 5.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah11918 committed Nov 30, 2024
2 parents 1307918 + 1cb70c4 commit fae1485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/plugins/remark-fallback-lang.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export function remarkFallbackLang(): Plugin<[], Root> {
if (linkSourceFileName) return;

link.children.push({
type: 'html',
value: `&nbsp;(EN)`,
type: 'text',
value: `\u00A0(EN)`,
});
});
};
Expand Down

0 comments on commit fae1485

Please sign in to comment.