Skip to content

Filter by tag

Compare
Choose a tag to compare
@kevinkace kevinkace released this 22 Sep 06:10
· 101 commits to master since this release

This plugin now supports filtering by tag type. This required restructuring the config:

let config = {
  include : {
    classNames : [ "all" ],
    tags : [ "td", "th" ]
  }
};