From e600b720c491078d87e674538e90c7828da87be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=9A=CF=81=CF=85=CF=82=CF=84=CE=B9=CE=B1=CE=BD3=CF=90?= <35370833+krystian3w@users.noreply.github.com> Date: Mon, 25 Dec 2023 13:01:04 +0100 Subject: [PATCH] I thinks links do not need start by '` ' --- Advanced-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Advanced-settings.md b/Advanced-settings.md index 1991774..aeb7703 100644 --- a/Advanced-settings.md +++ b/Advanced-settings.md @@ -538,7 +538,7 @@ To trust a specific regional stock list, look-up its token in assets.json and ad The matching is made with `String.startsWith()`, hence why `ublock-` matches all uBO's own filter lists. -This also allows to trust imported lists, for example add ` https://filters.adtidy.org/extension/ublock/filters/ to trust all non-stock AdGuard lists. +This also allows to trust imported lists, for example add [`https://filters.adtidy.org/extension/ublock/filters/`](https://filters.adtidy.org/extension/ublock/filters/ "https://filters.adtidy.org/extension/ublock/filters/") to trust all non-stock AdGuard lists. Add the complete URL of a given imported list to trust only that one list.