diff --git a/src/plugins/remark-dictionary-tooltips.ts b/src/plugins/remark-dictionary-tooltips.ts index e52301e..a659581 100644 --- a/src/plugins/remark-dictionary-tooltips.ts +++ b/src/plugins/remark-dictionary-tooltips.ts @@ -52,7 +52,7 @@ function createTooltip(key: string, match?: string): string { const tt: Frontmatter | undefined = Tooltips.get(key); if (tt) { return ` - ${match || key} + ${match || key} `; } else { return key;