Skip to content

Releases: allejo/jekyll-anchor-headings

Version 1.0.13

31 Mar 06:28
f857b43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.12...v1.0.13

Version 1.0.12

16 Aug 00:40
1b361fa
Compare
Choose a tag to compare

What's Changed

  • Remove leading whitespace from output template capture by @jricher in #35

New Contributors

Full Changelog: v1.0.11...v1.0.12

Version 1.0.11

21 Jan 07:43
85e8ac9
Compare
Choose a tag to compare

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

14 Sep 01:55
6221616
Compare
Choose a tag to compare

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

19 Dec 23:25
c7e11e3
Compare
Choose a tag to compare

Fixes

  • The %heading% placeholder content should be escaped (#27 , #28)

Version 1.0.8

17 Oct 22:55
b53cbb3
Compare
Choose a tag to compare

New

  • Add new headerAttrs parameter to inject attributes to headings (#25)

Version 1.0.7

02 Aug 07:33
a112eb5
Compare
Choose a tag to compare

New

  • The %html_id% placeholder is now available in the anchorAttrs parameters (#23)

Fixes

  • Fix losing content when headings are in nested elements (#21, #22)

Version 1.0.6

10 Apr 04:22
a773ee1
Compare
Choose a tag to compare

New

  • The %heading% placeholder is now available in the anchorAttrs parameter (#17)

Version 1.0.5

17 Feb 18:14
689656c
Compare
Choose a tag to compare

Fixes

  • Text outside of any HTML tags no longer get confused as broken headers; e.g. generating <hSome text (#13)

Version 1.0.4

11 Oct 19:16
bd4040e
Compare
Choose a tag to compare

New

  • Introduced new anchorAttrs parameter, which accepts a string, that allows users to insert custom attributes to the <a> tag (#12)