Skip to content

Commit 481b7b7

Browse files
committed
Update codeit-autolinker.js
1 parent 9b1e4d6 commit 481b7b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/plugins/codeit-autolinker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
//if (env.language === 'markdown') return;
6262

63-
if (env.language === 'markdown' &&
63+
/*if (env.language === 'markdown' &&
6464
env.type === 'url-reference') {
6565
6666
let matches = env.content.match(url);
@@ -73,7 +73,7 @@
7373
7474
}
7575
76-
}
76+
}*/
7777

7878
if (/-link$/.test(env.type)) {
7979
env.tag = 'a';

0 commit comments

Comments
 (0)