Skip to content

Commit 80d3ce3

Browse files
author
Warren Buckley
authored
Fixup formatting in readme.md file
1 parent cb20f96 commit 80d3ce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ There are two special User Groups you can use:
238238

239239
Use the alias of the User Group
240240

241-
````cshtml
241+
```cshtml
242242
<div our-user-include="admin">Only users in the Admin group will see this.</div>
243243
<div our-user-include="admin,editor">Only users in the Admin or Editor user group will see this.</div>
244244
<div our-user-include="*">Only logged in users will see this.</div>
@@ -247,7 +247,7 @@ Use the alias of the User Group
247247
<div our-user-exclude="editor">Only Editor users can't see this (Including anonymous).</div>
248248
<div our-user-exclude="?">Everyone except Anonymous users will see this.</div>
249249
<div our-user-exclude="*">Everyone except who is authenticated will see this.</div>
250-
250+
```
251251

252252
## `<our-edit-link>`
253253
This is a tag helper element which renders an edit link on the front end only if the current user is logged into umbraco and has access to the content section.

0 commit comments

Comments
 (0)