Skip to content

Commit f678f9a

Browse files
committed
add file for testing in-file permissions
1 parent 4ac1289 commit f678f9a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

md/test-perms.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Simple Permission
2+
The following paragraph is only visible to teachers:
3+
@@@ teacher
4+
>Only visible to teachers.
5+
6+
@@@
7+
8+
# Simple Group Permission
9+
The following paragraph is only visible to 5BHIF:
10+
@@@ 5bhif
11+
>Only visible to 5BHIF.
12+
13+
@@@
14+
15+
# User Permission
16+
The following paragraph is only visible to Gerald Unterrainer
17+
@@@ Gerald Unterrainer
18+
>Only visible to Gerald Unterrainer
19+
20+
@@@
21+
# Nested Permission
22+
The following paragraph is only visible to 5BHIF:
23+
@@@ 5bhif
24+
>Only visible to users in 5BHIF group.
25+
26+
The following paragraph is only visible to teachers in group 5BHIF:
27+
@@@ teacher
28+
>Only visible to users being in teachers AND 5bhif groups.
29+
30+
@@@
31+
@@@

0 commit comments

Comments
 (0)