We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f454994 commit f1db5c9Copy full SHA for f1db5c9
1 file changed
public/js/syncscroll.js
@@ -28,7 +28,6 @@ md.renderer.rules.list_item_open = function (tokens, idx, options, env, self) {
28
if (tokens[idx].map) {
29
var startline = tokens[idx].map[0] + 1;
30
var endline = tokens[idx].map[1];
31
- tokens[idx].attrJoin('class', 'part');
32
tokens[idx].attrJoin('data-startline', startline);
33
tokens[idx].attrJoin('data-endline', endline);
34
}
0 commit comments