« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/util/replacer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/replacer.js b/src/util/replacer.js
index f37fb5b..64d8599 100644
--- a/src/util/replacer.js
+++ b/src/util/replacer.js
@@ -591,7 +591,7 @@ export function postprocessExternalLinks(inputNodes) {
       continue;
     }
 
-    const plausibleLinkRegexp = /\[.*\)/g;
+    const plausibleLinkRegexp = /\[.*?\)/g;
 
     let textContent = '';