所在位置:
首页 >
营销资讯 >
网站运营 > 简书自带的markdown网页编辑器 怎么生成目录?像csdn是[TOC]
简书自带的markdown网页编辑器 怎么生成目录?像csdn是[TOC]
时间:2024-01-27 12:25:01 | 来源:网站运营
时间:2024-01-27 12:25:01 来源:网站运营
简书自带的markdown网页编辑器 怎么生成目录?像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>