Skip to content

Releases: allejo/jekyll-toc

Version 1.0.7

11 Apr 05:25
b70da2b
Compare
Choose a tag to compare

New

  • Add support for ignoring headings with the .no_toc class following Kramdown's behavior (#21)

Version 1.0.6

05 Sep 06:04
4a4bae8
Compare
Choose a tag to compare

New

  • Add support for new anchor_class argument (#14)

Version 1.0.5

05 Aug 19:42
17b9ff3
Compare
Choose a tag to compare

New

  • Add support for new baseurl argument, which allows linking to other pages from a TOC (#10)

Version 1.0.4

16 Jan 22:19
Compare
Choose a tag to compare

New

  • Allow for each list item to have their own class(es). A %level% placeholder is available for the current heading level of that list item. (#5)

Version 1.0.3

10 Jan 18:49
Compare
Choose a tag to compare

New

  • Added new ordered parameter that allows users to opt-in for an ordered list being rendered; an unordered list being rendered remains the default behavior

Version 1.0.2

03 Nov 21:19
Compare
Choose a tag to compare

Fixes

  • Headings with extra attributes, such as classes, are now parsed correctly (#4)
  • Extra whitespace is no longer introduced around the generated TOC

Version 1.0.1

09 Sep 09:51
eb74f36
Compare
Choose a tag to compare

Fixes

  • Fix TOC inconsistencies when headings starting at H2 or higher and was used with an ID or class
  • Fix broken TOC with markdown starting at headings such as H3 or higher

Version 1.0.0

07 Sep 08:51
7fe6eb4
Compare
Choose a tag to compare

Initial release