From f69fb7e6dd3670d1423180e38f99d3e8b5e82f38 Mon Sep 17 00:00:00 2001 From: Slava Leleka Date: Fri, 11 Aug 2023 00:16:19 +0300 Subject: [PATCH] fix md lint --- docs/general/ad-filtering/create-own-filters.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/general/ad-filtering/create-own-filters.md b/docs/general/ad-filtering/create-own-filters.md index efbcb8a11b3..c41e891a0da 100644 --- a/docs/general/ad-filtering/create-own-filters.md +++ b/docs/general/ad-filtering/create-own-filters.md @@ -1939,8 +1939,8 @@ With these rules, specified UTM parameters will be removed from any request save :::caution Restrictions -* Rules with `$removeparam` modifier can be used [**only in trusted filters**](#trusted-filters). -* `$removeparam` rules are compatible with [basic modifiers](#basic-rules-basic-modifiers), +- Rules with `$removeparam` modifier can be used [**only in trusted filters**](#trusted-filters). +- `$removeparam` rules are compatible with [basic modifiers](#basic-rules-basic-modifiers), [content-type modifiers](#content-type-modifiers), and with `$important` and `$app` modifiers. The rules which have any other modifiers are considered invalid and will be discarded. @@ -3462,7 +3462,7 @@ this: `\]`. ::: -#### **`$app`** {#non-basic-app-modifier} +### **`$app`** {#non-basic-app-modifier} `$app` modifier lets you narrow the rule coverage down to a specific application or a list of applications. The modifier's behavior and syntax perfectly match the corresponding [basic rules `$app` modifier](#app-modifier).