jekyll-toc-generator
jekyll-toc-generator copied to clipboard
Liquid filter to generate Table of Content into Jekyll pages
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.
That would be great