From 3c56df56c9c00453b9c8383c5a7088feb686ab36 Mon Sep 17 00:00:00 2001
From: garry-ut99 <72945564+garry-ut99@users.noreply.github.com>
Date: Mon, 7 Oct 2024 12:01:19 +0000
Subject: [PATCH] Small formatting style correction (to keep parity with
"+https") [previous commit]
---
Static-filter-syntax.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md
index 090c834..ddb1c21 100644
--- a/Static-filter-syntax.md
+++ b/Static-filter-syntax.md
@@ -1033,8 +1033,8 @@ The syntax is `urlskip=[steps]`, where steps is a space-separated list of extrac
Valid directives:
- `?name`: the value of parameter named `name` will be extracted and replace the current URL as the new URL
-- `&i` ([dev build 1.60.1b6+](https://github.com/gorhill/uBlock/commit/64b2086ba4)): meant to lookup a parameter's name at position `i` (1-based). The parameter name will be used as the
-URL (whereas `?` is meant to lookup a parameter's value)
+- `&i` ([dev build 1.60.1b6+](https://github.com/gorhill/uBlock/commit/64b2086ba4)): meant to lookup a parameter's name at position `i` (1-based).
+ The parameter name will be used as the URL (whereas `?` is meant to lookup a parameter's value)
- `+https`: the protocol of the current URL will be forced to `https:`
This directive will succeed only if the protocol of the current URL is either absent or matches `http:` or `https:`
- `-base64` ([dev build 1.61.1+](https://github.com/gorhill/uBlock/commit/e81e70937f5b6f8f98bdd8e6f71af030486efab8)): decode as a base64-encoded string