diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-02-19 23:54:03 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-02-20 02:03:58 -0700 |
| commit | 803b575b6e449bf36fc0385f3e101cb511427c29 (patch) | |
| tree | 52f62fb63ef788ef9bbdb47faa51c615dc151fc6 /docs/modules/ROOT/pages | |
| parent | 2403818d8cb582e317afc7961441dcbbb21a54a4 (diff) | |
more thoroughly document the noborder role on block images
Diffstat (limited to 'docs/modules/ROOT/pages')
| -rw-r--r-- | docs/modules/ROOT/pages/roles.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/roles.adoc b/docs/modules/ROOT/pages/roles.adoc index e5ffe07a..99dbeda0 100644 --- a/docs/modules/ROOT/pages/roles.adoc +++ b/docs/modules/ROOT/pages/roles.adoc @@ -20,6 +20,10 @@ The sign spelled out [.big]#WELCOME# in glowing neon lights. When text is enclosed in a pair of single or double hash symbols (`#`) and has at least one role, the role(s) will be applied to that text without adding any other implicit formatting. That is, the text won't be highlighted. +Roles are sometimes used to control behavior. +For example, if the `noborder` role is present on a block image, the border will not be drawn even if configured on the `image` category in the theme. +The `noborder` role cannot be redefined. + [#custom] == Use a custom role |
