You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The workaround for Kotlin highlights imports too. Skip them, both Kotlin and Java (faster loop)
81
-
if(code.startsWith("import "))continue;
78
+
varcodeHtml=$(el[j]).html();
79
+
varcodeText=$(el[j]).text();
82
80
83
81
/*
84
82
Workaround for Kotlin. It gets the first char of a class (first index); it checks if before the class name there's another char, if true skip this line;
85
83
it calculates the used length, adding to the first index, the length of class name, plus a special char (like . ( < >).
86
84
At the end it checks if the substring matches with a valid usage of class name, so replace it with the URL
0 commit comments