Skip to content

Commit 5f2a375

Browse files
Doc: Fix the issue that html tags are not working in Hugo (apache#1382)
1 parent cc7ffb6 commit 5f2a375

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

site/content/in-dev/unreleased/access-control.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ principal roles. Likewise, a principal role can be granted to one or more catalo
8484
The following table displays examples of catalog roles that you might
8585
configure in Polaris:
8686

87-
| Example Catalog role | Description |
88-
| -----------------------| ----------- |
89-
| Catalog administrators | A role that has been granted multiple privileges to emulate full access to the catalog.<br /><br />Principal roles that have been granted this role are permitted to create, alter, read, write, and drop tables in the catalog. |
90-
| Catalog readers | A role that has been granted read-only privileges to tables in the catalog.<br /><br />Principal roles that have been granted this role are allowed to read from tables in the catalog. |
91-
| Catalog contributor | A role that has been granted read and write access privileges to all tables that belong to the catalog.<br /><br />Principal roles that have been granted this role are allowed to perform read and write operations on tables in the catalog. |
87+
| Example Catalog role | Description|
88+
| -----------------------|-----------|
89+
| Catalog administrators | A role that has been granted multiple privileges to emulate full access to the catalog. <br/>Principal roles that have been granted this role are permitted to create, alter, read, write, and drop tables in the catalog. |
90+
| Catalog readers | A role that has been granted read-only privileges to tables in the catalog. <br/>Principal roles that have been granted this role are allowed to read from tables in the catalog. |
91+
| Catalog contributor | A role that has been granted read and write access privileges to all tables that belong to the catalog. <br/>Principal roles that have been granted this role are allowed to perform read and write operations on tables in the catalog. |
9292

9393
## RBAC model
9494

site/hugo.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ menu:
114114

115115
- name: "Downloads"
116116
identifier: "downloads"
117-
url: "/downloads"
117+
url: "/downloads"
118118
weight: 200
119119

120120
- name: "Community"
@@ -236,6 +236,9 @@ markup:
236236
noHl: false
237237
style: 'monokai'
238238
tabWidth: 4
239+
goldmark:
240+
renderer:
241+
unsafe: true
239242

240243
security:
241244
exec:
@@ -255,4 +258,3 @@ privacy:
255258
simple: true
256259
youtube:
257260
privacyEnhanced: true
258-

0 commit comments

Comments
 (0)