With Xcode playground markup, if I write a multiline Swift code example such as:
````
for item in collection {
print(item)
}
````
The rendered markup it always has the header “Example”
Is there any way to write multiline code, or modify a stylesheet so that the heading “Example” is supressed?
Thank you,
Ray Fix