Skip to content

Commit bbba020

Browse files
committed
Convert bullet list to definition list
1 parent b168e2e commit bbba020

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/site/antora/modules/ROOT/pages/manual/lookups.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,13 @@ See xref:manual/pattern-layout.adoc#garbage-free[Garbage-free pattern converters
133133
134134
Log4j Core provides many lookups out-of-the-box:
135135
136-
* A large group of lookups supports evaluation in a global context.
136+
Lookups operating on the global context:: A large group of lookups supports evaluation in a global context.
137137
These lookups can be safely used in eagerly evaluated properties of a
138138
xref:manual/configuration.adoc[configuration file]
139139
using the `${prefix:key}` syntax:
140140
+
141-
[#global-context-immutable-list]
142-
.Immutable lookups available in the global context
141+
[#global-context-list]
142+
.Lookups operating on the global context
143143
[cols="1,2m,5"]
144144
|===
145145
| Prefix | Dependency | Data source
@@ -209,10 +209,11 @@ https://jakarta.ee/specifications/servlet/6.0/apidocs/jakarta.servlet/jakarta/se
209209
210210
|===
211211
212-
* The following lookups only support evaluation in the context of a log event or behave differently, when evaluated in such a context:
212+
Lookups operating on the log event context::
213+
The following lookups only support evaluation in the context of a log event or behave differently, when evaluated in such a context:
213214
+
214215
[#event-context-list]
215-
.Lookups available in the context of a log event
216+
.Lookups operating on the log event context
216217
[cols="1,2m,5"]
217218
|===
218219
| Prefix | Dependency | Data source

0 commit comments

Comments
 (0)