Skip to content

Commit 2dd30cd

Browse files
authored
Update codeit-autolinker.js
1 parent ae20f70 commit 2dd30cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/plugins/codeit-autolinker.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666

6767
if (matches && matches[0]) {
6868

69+
console.log(matches);
70+
6971
matches[0] = matches[0].replaceAll('\'','').replaceAll('"','').replaceAll('`','');
7072

7173
env.content.replace(matches[0], '<a class="token url-link" onclick="' + onClickEvent + '" href="'+ matches[0] + '">' + matches[0] + '</a>');

0 commit comments

Comments
 (0)