Skip to content

Commit cf2b6e9

Browse files
authored
Merge pull request #62477 from abrennan89/OSDOCS-6920
OSDOCS-6920: Fix rendering issue in guidelines
2 parents f4c925c + c96cd89 commit cf2b6e9

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)