Fix examples display

This commit is contained in:
Ghe Rivero 2017-02-08 11:19:11 +01:00 committed by mengyuan
parent 30b425b991
commit 0b192ad9ec
1 changed files with 3 additions and 0 deletions

View File

@ -445,6 +445,7 @@ subjects:
``` ```
For all authenticated users: For all authenticated users:
```yaml ```yaml
subjects: subjects:
- kind: Group - kind: Group
@ -452,6 +453,7 @@ subjects:
``` ```
For all unauthenticated users: For all unauthenticated users:
```yaml ```yaml
subjects: subjects:
- kind: Group - kind: Group
@ -459,6 +461,7 @@ subjects:
``` ```
For all users: For all users:
```yaml ```yaml
subjects: subjects:
- kind: Group - kind: Group