Merge branch 'stable-3.9' into stable-3.10

* stable-3.9:
  Add code-block markdown to owners-autoassign config.md

Change-Id: I2f5cda6801a00c9f97ba99df85fe39a93f62d426
diff --git a/owners-autoassign/src/main/resources/Documentation/config.md b/owners-autoassign/src/main/resources/Documentation/config.md
index faf87ad..1caf92f 100644
--- a/owners-autoassign/src/main/resources/Documentation/config.md
+++ b/owners-autoassign/src/main/resources/Documentation/config.md
@@ -32,9 +32,11 @@
 controls which field these OWNERS will be assigned too. It can be one of
 `REVIEWER` or `CC`. e.g.:
 
+```
 [plugin "owners-autoassign"]
   autoAssignField = CC
   autoAssignWip = TRUE
+```
 
 Both settings can be inherited from the parent project by setting the value
 to `INHERIT`.