diff --git a/main.ts b/main.ts index c711e10..e4ee6c1 100644 --- a/main.ts +++ b/main.ts @@ -177,7 +177,7 @@ function applyFormatting(text: string): string { // Define the patterns and their replacements in order const patterns = [ { regex: /\*\*(.*?)\*\*/, replacement: ' *$1* ' }, // bold - { regex: /(?