From 8e5fa6587050ce67214275f0e2ee464a3b58a145 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Thu, 11 Nov 2021 13:45:14 +0300 Subject: [PATCH] Pull request: Hosts-Blocklists: fix fmt Merge in DNS/adguard-home-wiki from fix-fmt to master Squashed commit of the following: commit 98d2047a0037b26032b83975f74c73c9e6256ee4 Author: Eugene Burkov Date: Thu Nov 11 13:41:26 2021 +0300 Hosts-Blocklists: add space commit 95a8c2e7f8b86ce0d535480111840382eccd2a4a Author: Eugene Burkov Date: Thu Nov 11 13:40:43 2021 +0300 Hosts-Blocklists: fit into 80 commit 61fce1e8913dcf9701d50872e9d1d9e0da2bf362 Author: Eugene Burkov Date: Thu Nov 11 13:39:05 2021 +0300 Hosts-Blocklists: fix fmt --- Hosts-Blocklists.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Hosts-Blocklists.md b/Hosts-Blocklists.md index 78bfd76..cf9448e 100644 --- a/Hosts-Blocklists.md +++ b/Hosts-Blocklists.md @@ -140,10 +140,10 @@ pattern = "/" regexp "/" **Examples:** -* `/example.*/` will block hosts matching the `example.*` regexp. + * `/example.*/` will block hosts matching the `example.*` regexp. -* `@@/example.*/$important` will unblock hosts matching the `example.*` regexp. - Note that this rule also implies the `important` modifier. + * `@@/example.*/$important` will unblock hosts matching the `example.*` + regexp. Note that this rule also implies the `important` modifier. ### Comments