Releases: allejo/jekyll-toc
Releases · allejo/jekyll-toc
Version 1.0.7
New
- Add support for ignoring headings with the
.no_toc
class following Kramdown's behavior (#21)
Version 1.0.6
New
- Add support for new
anchor_class
argument (#14)
Version 1.0.5
New
- Add support for new
baseurl
argument, which allows linking to other pages from a TOC (#10)
Version 1.0.4
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
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
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
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
Initial release