-
Notifications
You must be signed in to change notification settings - Fork 215
Open
Description
Hi,
I'm just trying this and I have issue with detecting headings in my panel. It gets headings provided by my editors in tocify list as well.
my question is
How to avoid getting my editor headings in my sections list?
Code
<script>
$(function() {
var toc = $("#tocify").tocify({context: ".tocify-content", showEffect: "fadeIn",extendPage:false,selectors: "h5, h6" });
});
</script>
Thanks.
Metadata
Metadata
Assignees
Labels
No labels