mirror of https://github.com/status-im/codimd.git
Fix to remove part class in list item or it will be included in buildMap process
This commit is contained in:
parent
f454994daa
commit
f1db5c96f3
|
@ -28,7 +28,6 @@ md.renderer.rules.list_item_open = function (tokens, idx, options, env, self) {
|
|||
if (tokens[idx].map) {
|
||||
var startline = tokens[idx].map[0] + 1;
|
||||
var endline = tokens[idx].map[1];
|
||||
tokens[idx].attrJoin('class', 'part');
|
||||
tokens[idx].attrJoin('data-startline', startline);
|
||||
tokens[idx].attrJoin('data-endline', endline);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue