Releases: allejo/jekyll-anchor-headings
Releases · allejo/jekyll-anchor-headings
Version 1.0.13
Version 1.0.12
Version 1.0.11
New
- Add support for the
.no_anchor
class to be attached to headings so that they can opt-out of having anchors generated for them (#34)
Version 1.0.10
New
- Add the ability to generate IDs for headings if the markdown engine does not support that functionality (#1, #32, @garazdawi)
Version 1.0.9
Version 1.0.8
New
- Add new
headerAttrs
parameter to inject attributes to headings (#25)
Version 1.0.7
Version 1.0.6
New
- The
%heading%
placeholder is now available in theanchorAttrs
parameter (#17)
Version 1.0.5
Fixes
- Text outside of any HTML tags no longer get confused as broken headers; e.g. generating
<hSome text
(#13)
Version 1.0.4
New
- Introduced new
anchorAttrs
parameter, which accepts a string, that allows users to insert custom attributes to the<a>
tag (#12)