]> git.mxchange.org Git - friendica-addons.git/blobdiff - advancedcontentfilter/doc/advancedcontentfilter.md
code tags added
[friendica-addons.git] / advancedcontentfilter / doc / advancedcontentfilter.md
index 5c19bb62212e14c64814040bf91d46ad08282865..531bb9412dfab309184be52c7c9a40d7c8e6fada 100644 (file)
@@ -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}/"`