Filter by tag
This plugin now supports filtering by tag type. This required restructuring the config:
let config = {
include : {
classNames : [ "all" ],
tags : [ "td", "th" ]
}
};
This plugin now supports filtering by tag type. This required restructuring the config:
let config = {
include : {
classNames : [ "all" ],
tags : [ "td", "th" ]
}
};