Skip to content

Commit c96cd89

Browse files
committed
OSDOCS-6920: Fix rendering issue in guidelines
1 parent 41ce835 commit c96cd89

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

contributing_to_docs/doc_guidelines.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -863,10 +863,7 @@ Comment out the callout in the YAML file to ensure that file can still be parsed
863863
Asciidoctor recognises the commented callout and renders it correctly in the output.
864864
For example:
865865

866-
[source,yaml]
867-
----
868-
apiVersion: v1 # <1>
869-
----
866+
`apiVersion: v1 # <1>`
870867

871868
[discrete]
872869
=== Version and upgrade implications

0 commit comments

Comments
 (0)