Skip to content

Commit 8a5ea55

Browse files
committed
Update codeit-autolinker.js
1 parent 3c6c169 commit 8a5ea55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugins/codeit-autolinker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
Prism.hooks.add('wrap', function (env) {
6060

61-
if (env.language === 'markdown') return;
61+
//if (env.language === 'markdown') return;
6262

6363
if (env.language === 'markdown' &&
6464
env.type === 'url-reference') {

0 commit comments

Comments
 (0)