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 <E.Burkov@AdGuard.COM> Date: Thu Nov 11 13:41:26 2021 +0300 Hosts-Blocklists: add space commit 95a8c2e7f8b86ce0d535480111840382eccd2a4a Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Nov 11 13:40:43 2021 +0300 Hosts-Blocklists: fit into 80 commit 61fce1e8913dcf9701d50872e9d1d9e0da2bf362 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Nov 11 13:39:05 2021 +0300 Hosts-Blocklists: fix fmt
parent
38fc9a4e01
commit
8e5fa65870
|
@ -140,10 +140,10 @@ pattern = "/" regexp "/"
|
||||||
|
|
||||||
**Examples:**
|
**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.
|
* `@@/example.*/$important` will unblock hosts matching the `example.*`
|
||||||
Note that this rule also implies the `important` modifier.
|
regexp. Note that this rule also implies the `important` modifier.
|
||||||
|
|
||||||
### <a href="#comments" id="comments" name="comments">Comments</a>
|
### <a href="#comments" id="comments" name="comments">Comments</a>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue