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.
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.
```swift
struct Animal {
let nickName : String?
}
```
should do it