Skip to content

Commit 8b902e5

Browse files
ikwattroJPryce-Aklundh
authored andcommitted
Fixes + sign formatting in deprecations page (#1192)
In the following place, the `+` sign needs to be escaped in order to go out of the previous context to render correctly ![image](https://github.com/user-attachments/assets/9629c7b3-12a1-4b9e-94fa-c9e3e604f511)
1 parent 953c9d0 commit 8b902e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ label:deprecated[]
297297
----
298298
... + n:A&B\|C
299299
----
300-
a| Using an unparenthesized label expression predicate as the right-hand side operand of `+` is deprecated.
300+
a| Using an unparenthesized label expression predicate as the right-hand side operand of `\+` is deprecated.
301301
Parenthesize the label expression predicate on the right-hand side of `+`: `... + (n:A)`.
302302

303303
a|

0 commit comments

Comments
 (0)