Skip to content

Commit e7213e2

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 070f4da commit e7213e2

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
@@ -98,7 +98,7 @@ label:deprecated[]
9898
----
9999
... + n:A&B\|C
100100
----
101-
a| Using an unparenthesized label expression predicate as the right-hand side operand of `+` is deprecated.
101+
a| Using an unparenthesized label expression predicate as the right-hand side operand of `\+` is deprecated.
102102
Parenthesize the label expression predicate on the right-hand side of `+`: `... + (n:A)`.
103103

104104
a|

0 commit comments

Comments
 (0)