Skip to content

Commit b158365

Browse files
committed
[DOCS] Fix indentation of ICU Analysis Plugin documentation for Asciidoctor migration (#42115)
1 parent dd3e63d commit b158365

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/reference/analysis/icu-plugin.asciidoc

+7-6
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,13 @@ And here is a sample of custom collation:
156156

157157
[horizontal]
158158
`strength`::
159-
The strength property determines the minimum level of difference considered significant during comparison.
160-
The default strength for the Collator is `tertiary`, unless specified otherwise by the locale used to create the Collator.
161-
Possible values: `primary`, `secondary`, `tertiary`, `quaternary` or `identical`.
162-
+
163-
See http://icu-project.org/apiref/icu4j/com/ibm/icu/text/Collator.html[ICU Collation] documentation for a more detailed
164-
explanation for the specific values.
159+
The strength property determines the minimum level of difference considered significant during comparison.
160+
+
161+
The default strength for the Collator is `tertiary`, unless specified otherwise by the locale used to create the Collator.
162+
Possible values: `primary`, `secondary`, `tertiary`, `quaternary` or `identical`.
163+
+
164+
See http://icu-project.org/apiref/icu4j/com/ibm/icu/text/Collator.html[ICU Collation] documentation for a more detailed
165+
explanation for the specific values.
165166

166167
`decomposition`::
167168
Possible values: `no` or `canonical`. Defaults to `no`. Setting this decomposition property with

0 commit comments

Comments
 (0)