From 744442ce31b86913699a3bcb0a10ffc4d3bb2033 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Thu, 21 Apr 2022 19:11:54 +0200 Subject: [PATCH] Fixed #17 --- src/CmpResultNote.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CmpResultNote.svelte b/src/CmpResultNote.svelte index 26ff29a..abf9da1 100644 --- a/src/CmpResultNote.svelte +++ b/src/CmpResultNote.svelte @@ -34,7 +34,7 @@ function cleanContent(content: string): string { on:click={(e) => dispatch("click")} > - {@html note.basename} + {@html note.basename.replace(reg, highlighter)}