Reputation: 772
I'm using https://jbt.github.io/markdown-editor online tool for documentation. I'm wondering if there's an identifier to recognize the swift syntax elements.
Thank you.
Upvotes: 16
Views: 7251
Reputation: 1151
```swift
struct Animal {
let nickName : String?
}
```
should do it
Upvotes: 41