簡書自帶的markdown網(wǎng)頁編輯器 怎么生成目錄?像csdn是[TOC]
時(shí)間:2024-01-27 12:25:01 | 來源:網(wǎng)站運(yùn)營
時(shí)間:2024-01-27 12:25:01 來源:網(wǎng)站運(yùn)營
簡書自帶的markdown網(wǎng)頁編輯器 怎么生成目錄?像csdn是[TOC]:
http://yandex.st/highlightjs/6.2/styles/googlecode.min.css">
<script>hljs.initHighlightingOnLoad();</script>
<script type="text/javascript">
$(document).ready(function(){
$("h2,h3,h4,h5,h6").each(function(i,item){
var tag = $(item).get(0).localName;
$(item).attr("id","wow"+i);
$("#category").append('<a class="new'+tag+'" href="#wow'+i+'">'+$(this).text()+'</a></br>');
$(".newh2").css("margin-left",0);
$(".newh3").css("margin-left",20);
$(".newh4").css("margin-left",40);
$(".newh5").css("margin-left",60);
$(".newh6").css("margin-left",80);
});
});
</script>
<div id="category"></div>