Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions supplementary_style_guide/style_guidelines/formatting.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To apply formatting in a code block, you must use the `quotes` link:https://docs

[subs="+quotes"]
----
# *virsh net-list --all*
# virsh net-list --all
----

[subs="+quotes"]
Expand All @@ -37,7 +37,7 @@ Verify that the `libvirt` default network is active and configured to start auto

[subs="+quotes"]
----
# *virsh net-list --all*
# virsh net-list --all
----

[subs="+quotes"]
Expand Down Expand Up @@ -315,15 +315,15 @@ To italicize a user-replaced value in a code block, you must add an attribute to

[subs="+quotes"]
----
$ *oc describe node __<node_name>__*
$ oc describe node __<node_name>__
----

This example renders as follows in HTML:

====
[subs="+quotes"]
----
$ *oc describe node __<node_name>__*
$ oc describe node __<node_name>__
----
====

Expand Down
Loading