Docs: fix markdown and remove console

pull/890/head resource
afc163 9 years ago
parent 11353c7a60
commit f1ff04a1ce

@ -107,7 +107,6 @@ AntV 将数据图形小组近几年在探索数据可视化过程中取得的成
}; };
img.src = url; img.src = url;
setTimeout(function() { setTimeout(function() {
console.log('timeout');
finish('timeout'); finish('timeout');
}, 1500); }, 1500);
} }

@ -548,7 +548,7 @@ footer ul li > a {
width: 80%; width: 80%;
} }
.markdown ul li { .markdown ul > li {
list-style: circle; list-style: circle;
} }
@ -563,7 +563,7 @@ footer ul li > a {
margin: 0.6em 0; margin: 0.6em 0;
} }
.markdown ol li { .markdown ol > li {
list-style: decimal; list-style: decimal;
} }

Loading…
Cancel
Save