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

Liquid filter to generate Table of Content into Jekyll pages

Results 4 jekyll-toc-generator issues
Sort by recently updated
recently updated
newest added

I use `lineanchors` to make possible numbering in my code. `{% highlight java lineanchors %}` When I installed the plugin this cause the very first number in the source code...

I get a toc but it only shows H1 level heads, nothing more. I installed nokogiri, and in _config.yml I put; ``` gems: [nokogiri] ``` then in head.html: ``` ```...

I included a github gist in my page. The ruby-code comments are recognized as headings. I don't know why, but I hope you can fix this.