You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
“See Also” is a common kind of aside that folks parsing markdown
may wish to consider.
For Swift-DocC specifically, there is a lot of pre-DocC Swift
documentation content that uses this style of callout:
```
- SeeAlso:
```
In order to gracefully transition this content over to Swift-DocC
style asides, we should add support for them.
0 commit comments