You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tracy/manual/filter.lua

6 lines
109 B
Lua

function Link(el)
el.attributes['reference-type'] = nil
el.attributes['reference'] = nil
return el
end