diff options
Diffstat (limited to 'Content-Filters.md')
| -rw-r--r-- | Content-Filters.md | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/Content-Filters.md b/Content-Filters.md index b1020c1..6694e8c 100644 --- a/Content-Filters.md +++ b/Content-Filters.md @@ -9,11 +9,10 @@ Matching is case-insensitive, [PCRE](http://php.net/manual/en/reference.pcre.pattern.syntax.php) pattern syntax is used. -[!NOTE] - - Filter test dialog may not give entirely accurate results, especially for - complex filters. It is suggested to test filters using ``Feed debugger`` (hotkey `f D`) if you - feel that some filter is somehow misfiring on a specific feed. +> [!NOTE] +> Filter test dialog may not give entirely accurate results, especially for +> complex filters. It is suggested to test filters using ``Feed debugger`` (hotkey `f D`) if you +> feel that some filter is somehow misfiring on a specific feed. ### Load order @@ -41,19 +40,17 @@ expressions. Filter matching is performed during feed processing. -[!NOTE] - - Some actions may be applied only when the article is initially imported from the - feed. Other actions may be applied every time article is seen in the originating - feed. It is suggested to only rely on filters applying to articles imported - after the filter had been created - they will not retroactively apply to your - article database. +> [!NOTE] +> Some actions may be applied only when the article is initially imported from the +> feed. Other actions may be applied every time article is seen in the originating +> feed. It is suggested to only rely on filters applying to articles imported +> after the filter had been created - they will not retroactively apply to your +> article database. Several actions are available: -[!WARNING] - - Filters may not apply actions conditionally based on previous filters. All actions for an article are applied together, once. +> [!WARNING] +> Filters may not apply actions conditionally based on previous filters. All actions for an article are applied together, once. 1. ``Delete article`` - do not import article from the feed, does not actually delete anything from the database |