diff --git a/static/js/Wiki.js b/static/js/Wiki.js index 5fac32d..7138943 100644 --- a/static/js/Wiki.js +++ b/static/js/Wiki.js @@ -2613,7 +2613,7 @@ Note_tree.prototype.link_clicked = function ( event ) { event.stop(); } -LINK_PATTERN = /]+\s)?href="[^"]+"[^>]*>/; +LINK_PATTERN = /]+\s)?href="[^"]+"[^>]*>/i; Note_tree.prototype.add_root_link = function ( editor ) { // for now, only add startup notes to the note tree