Skip to content

Commit 331fd67

Browse files
fix
1 parent 65e661f commit 331fd67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ There are a few edge cases where we might want to work only on the current branc
8484
New, updated, deprecated, and removed features must be recorded on the xref:deprecations-additions-removals-compatibility.adoc[] page.
8585

8686
New and deprecated features should also be marked with a label:
87+
8788
* If the impacted feature has its own header in the Cypher Manual, use the following:
8889

8990
[role=label--new-5.x]
@@ -94,8 +95,8 @@ New and deprecated features should also be marked with a label:
9495

9596
* If the impacted feature is documented within a table (such as a return column in a `SHOW` command), use the following:
9697

97-
featureX label:new[Introduced in 5.x]
98-
featureY label:deprecated[]
98+
`featureX` label:new[Introduced in 5.x] +
99+
`featureY` label:deprecated[]
99100

100101
Labels can be difficult to apply to updated features.
101102
In these cases, it is often preferable to note the change in a sentence.

0 commit comments

Comments
 (0)