Merge branch 'stable-2.14'

* stable-2.14:
  Add an example of filter in documentation
  Escape "<>" in documentation

Change-Id: I429680746aa98c05001dcd96359dd707e022ce06
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md
index f592c29..6782350 100644
--- a/src/main/resources/Documentation/config.md
+++ b/src/main/resources/Documentation/config.md
@@ -36,9 +36,11 @@
   [filter "branch:stable-2.10"]
     reviewer = QAGroup
 
+  [filter "-status:draft"]
+    reviewer = DevGroup
 ```
 
-filter.<filter>.reviewer
+filter.\<filter\>.reviewer
 :	An account or a group name. Must be an exact match (case sensitive) with the
 	account's email address or username, or the group name.  Multiple `reviewer`
 	occurrences are allowed.