From 593d096d7d373d32ca7b70e500fe2b84ab62cb23 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 19 Apr 2018 11:02:25 -0400 Subject: [PATCH] Updated Static filter syntax (markdown) --- Static-filter-syntax.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index d36498d..db9098e 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -22,7 +22,9 @@ The reason it is not supported is to be sure that users explicitly disable uBO t ## Pre-parsing directives -uBO v1.16.0 and above supports pre-parsing directives. Pre-parsing directives are prefixed with `!#`. These directives are executed before the list content is parsed, and influence the final content of a filter list. +uBO v1.16.0 and above supports pre-parsing directives. Pre-parsing directives are prefixed with `!#`, so this means older versions of uBO or other blockers will see the pre-parsing directives as comment and discard them. + +The pre-parsing directives are executed before a list content is parsed, and influence the final content of a filter list. ### `!#include [file name]`