[swift-users] remove "Example" from multiline playground markup

Ray Fix rayfix at gmail.com
Mon Aug 29 04:07:17 CDT 2016


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


More information about the swift-users mailing list