Remove tippy in TOC
This commit is contained in:
parent
5e463258eb
commit
2060223edb
@ -55,7 +55,6 @@ define([
|
|||||||
var a = h('a.cp-md-toc-link', {
|
var a = h('a.cp-md-toc-link', {
|
||||||
href: '#',
|
href: '#',
|
||||||
'data-href': obj.id,
|
'data-href': obj.id,
|
||||||
title: obj.title
|
|
||||||
});
|
});
|
||||||
a.innerHTML = obj.title;
|
a.innerHTML = obj.title;
|
||||||
content.push(h('p.cp-md-toc-'+level, ['• ', a]));
|
content.push(h('p.cp-md-toc-'+level, ['• ', a]));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user