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
Copy file name to clipboardExpand all lines: en/modules/ROOT/pages/contributing.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,13 @@ To learn the basics and advanced features of this language, visit the https://do
37
37
Use https://docs.asciidoctor.org/asciidoc/latest/text/bold/[bold] style to write VI names.
38
38
39
39
.VI names
40
-
[source#vi-names]
40
+
[source#vi-names-code]
41
41
[source,asciidoc]
42
42
----
43
43
Start with placing the *Initialize.vi*, and the *Close.vi* on a new Block Diagram.
44
44
----
45
45
46
-
The <<vi-names>> is rendered below.
46
+
The <<vi-names-code>> is rendered below.
47
47
48
48
====
49
49
Start with placing the *Initialize.vi*, and the *Close.vi* on a new Block Diagram.
@@ -54,14 +54,14 @@ Start with placing the *Initialize.vi*, and the *Close.vi* on a new Block Diagra
54
54
Use the https://docs.asciidoctor.org/asciidoc/latest/macros/ui-macros/#menu-macro-syntax[Menu macro] to display how to select an item in a menu.
55
55
56
56
.Menu item path
57
-
[source#menu-item-path]
57
+
[source#menu-item-path-code]
58
58
[source,asciidoc]
59
59
----
60
60
Open the start-up menu and click on menu:Other[Visit LabVIEW Community Training on GitHub].
61
61
Go to the LabVIEW menu menu:Tools[Advanced > Masscompile].
62
62
----
63
63
64
-
The <<menu-item-path>> is rendered below.
64
+
The <<menu-item-path-code>> is rendered below.
65
65
66
66
====
67
67
Open the start-up menu and click on menu:Other[Visit LabVIEW Community Training on GitHub]. +
@@ -73,13 +73,13 @@ Go to the LabVIEW menu menu:Tools[Advanced > Masscompile].
73
73
Use the https://docs.asciidoctor.org/asciidoc/latest/macros/ui-macros/#button-macro-syntax[button macro] syntax to display keystroks used for keyboard shortcuts.
74
74
75
75
.Keyboard Shortcut
76
-
[source#kbd-shortcut]
76
+
[source#kbd-shortcut-code]
77
77
[source,asciidoc]
78
78
----
79
79
Press kbd:[Ctrl-H] to bring up the context help window.
80
80
----
81
81
82
-
The <<kbd-shortcut>> is rendered below.
82
+
The <<kbd-shortcut-code>> is rendered below.
83
83
84
84
====
85
85
Press kbd:[Ctrl-H] to bring up the context help window.
0 commit comments