allejo / jekyll-anchor-headings

A GitHub Pages compatible way of adding anchors to your headings without a plug-in or JavaScript :octocat:
https://pure-liquid.allejo.org/
MIT License
186 stars 31 forks source link

Add support for `no_anchor` class #34

Closed allejo closed 2 years ago

allejo commented 2 years ago

Respect no_anchor class similar to jekyll-toc's no_toc class. When a heading has this class, no anchor will be added to it.

Fixes #33

/cc @xplosionmind