We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa17d3 commit ca66cefCopy full SHA for ca66cef
1 file changed
USAGEGUIDE.adoc
@@ -31,17 +31,19 @@ image::sample-image.png[]
31
. Numbered Step 1
32
. Numbered Step 2
33
+
34
-[source,bash,role=execute]
35
-----
36
-Code block for command with copy button.
37
+Code block for command with copy button
38
39
-.Sample Output
+[source,console,subs="verbatim,quotes"]
40
----
41
-Code block to show sample output of the command.
42
-This does not have copy button.
+$ *command 1*
+command 1 output for user reference
+$ *command 2*
+command 2 output
+$ *command 3*
43
44
-
++
45
+Only commands are picked in the copy buffer without any formating string or output. Multiple commands are combined with ampersand (&&)
46
47
. Numbered Step 3
48
.. Sub Numbered Step 1
49
.. Sub Numbered Step 2
0 commit comments