You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage
`[role=label--*]`
Can be existing labels eg `[role=label--enterprise-edition]` or
action-version labels such as `[role=label--new-5.11]` or
`[role=label--deprecated-5.13]`
- Roles are converted to labels.
- Roles applied to headings and table captions are displayed inline,
right-aligned.
- Roles on block level elements are displayed before the corresponding
block element.
Open blocks can be used to mark multiple paragraphs within a section.
28
+
29
+
[role=label--new-5.17]
30
+
--
31
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
32
+
Mauris eget leo nunc, nec tempus mi? Curabitur id nisl mi, ut vulputate urna.
33
+
34
+
Quisque porta facilisis tortor, vitae bibendum velit fringilla vitae! Lorem ipsum dolor sit amet, consectetur adipiscing elit.
35
+
--
36
+
37
+
38
+
This is a normal paragraph.
39
+
40
+
The next paragraph has a label, but it's not one we support.
41
+
42
+
[role=label--invented-label]
43
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
44
+
45
+
[role=label--enterprise-edition]
46
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
47
+
Mauris eget leo nunc, nec tempus mi? Curabitur id nisl mi, ut vulputate urna.
48
+
49
+
[role=label--deprecated-5.17]
50
+
. list with label
51
+
. item 2
52
+
. item 3
53
+
54
+
These labels from roles should be used for block elements only.
55
+
For inline elements, use a label.
56
+
57
+
58
+
=== Code
59
+
60
+
Intro para
61
+
62
+
[role=label--deprecated-5.17]
63
+
.Title
64
+
[source, shell]
65
+
----
66
+
How does a label look on a code block?
67
+
----
68
+
69
+
70
+
=== Examples
71
+
72
+
Intro para
73
+
74
+
[role=label--new-5.17]
75
+
.This is a short one
76
+
[example]
77
+
====
78
+
Lorem Ipsunm
79
+
====
80
+
81
+
82
+
=== Tables
83
+
84
+
Intro para
85
+
86
+
[[procedure_db_create_setVectorProperty]]
87
+
[role=label--admin-only label--deprecated-5.9]
88
+
.db.create.setVectorProperty()
89
+
[cols="<15s,<85"]
90
+
|===
91
+
| Description
92
+
a|
93
+
Set a vector property on a given node in a more space efficient representation than Cypher’s link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/clauses/set#set-set-a-property[`SET`].
0 commit comments