jekyll-toc icon indicating copy to clipboard operation
jekyll-toc copied to clipboard

Jekyll plugin which generates a table of contents.

Results 41 jekyll-toc issues
Sort by recently updated
recently updated
newest added

Oddly, on Github Pages, it doesn't work. When I deployed Github Pages to Vercel simultaneously, it worked. Now, if you open the Github Pages page, there is no TOC, but...

Inserts destination anchors alongside header tags. Useful if you are not using markdown (which does this automatically). Outputs HTML with destination anchor tags. I needed this functionality to get it...

Hello all. Thanks for the great plugin, I've been using it extensively across sites and it works great. However I ran into an issue. **Not sure to report here or...

Hello, I was writing an article that explains some PHP code, and found this issue. ## Steps to reproduce Generate a page using the following markdown code: ````markdown {% toc...

Hi there, I'm using this plugin as table of content of my website. In my posts, when there're lots of titles and subtitles, the toc can be too long to...

First of all thanks for the great project! I think an useful feature might be to have a flag to see if the table of contents is empty. Perhaps something...

One critical config option missing is the ability to add a class to the `` tags. We can configure `list_class` and `item_class` but there's no `link_class`. This is important for...

Hello! It would be great if the `item_class` config allowed you to add multiple classes to each item, similar to how the `no_toc_section_class` lets you configure multiple classes. This would...

``` Heading.1 Heading.1-1 Heading.1-2 ``` I want to use it like this but I don't know how, can you help me ? ``` Heading.1-1 Heading.1-2 ```

Hi, I have the following configuration in my `_config.yml` file. ``` toc: min_level: 1 max_level: 3 ``` It works fine in all posts. But in some posts I needed levels...