From: hoergen Date: Sat, 26 Sep 2020 08:45:55 +0000 (+0200) Subject: code tags added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=409a8d1724aa0afdce42592337aa7666f3c0fe8e;p=friendica-addons.git code tags added --- diff --git a/advancedcontentfilter/doc/advancedcontentfilter.md b/advancedcontentfilter/doc/advancedcontentfilter.md index 5c19bb62..531bb941 100644 --- a/advancedcontentfilter/doc/advancedcontentfilter.md +++ b/advancedcontentfilter/doc/advancedcontentfilter.md @@ -36,8 +36,8 @@ A post will be collapsed if at least one rule matches, but all matching rule nam ## Examples -1. To block specific domains `body matches "/\\.example\\.com/"` -2. To block everything that contains the words `body matches "/Guten Morgen/" +1. To block specific domains `body matches "/\\.example\\.com/"` +2. To block everything that contains the words `body matches "/Guten Morgen/"` 3. To block every occurence of the word facebook with a space in front and after the word `body matches "//s facebook/s /"` 4. To colapse every post that contains more than 1 image `body matches "/(?:(?:(?:\\[url(?:=.*)?\\])?\\[img(?:=.*)?\\].*\\[\\/img\\]\\s*(?:\\[\\/url\\])?)\\s*){2}/"`