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
_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users

Reply via email to