Remove bullets on TOC items

pull/1/head
David Benqué 2020-08-06 12:42:12 +01:00
parent 7cbf44b419
commit 08175391ab
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@ define([
obj.el.scrollIntoView();
});
a.innerHTML = obj.title;
content.push(h('p.cp-pad-toc-'+level, ['• ', a]));
content.push(h('p.cp-pad-toc-'+level, a));
});
$toc.html('').append(content);
};