Updated Static filter syntax (markdown)

krystian3w 2023-01-06 18:37:36 +01:00
parent 430c38692b
commit c89720729e

@ -813,7 +813,7 @@ Specific-generic cosmetic filters will NOT become discarded when checking the "I
#### Procedural cosmetic filters
`:has(...)`, `:has-text(...)`, `matches-attr(...)`, `:matches-css(...)`, `:matches-css-before(...)`, `:matches-css-after(...)`, `:matches-media(...)`, `:matches-path(...)`, `:min-text-length(n)`, `:not(...)`, `:others(...)`, `:upward(...)`, `:watch-attr(...)`, `:xpath(...)`.
`:has(...)`, `:has-text(...)`, `:matches-attr(...)`, `:matches-css(...)`, `:matches-css-before(...)`, `:matches-css-after(...)`, `:matches-media(...)`, `:matches-path(...)`, `:min-text-length(n)`, `:not(...)`, `:others(...)`, `:upward(...)`, `:watch-attr(...)`, `:xpath(...)`.
See [detailed documentation](./Procedural-cosmetic-filters).