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
GitHub supports "Note" and "Warning" callouts with a syntax similar to Swift-Markdown:
> **Note**> This is a note.> **Warning**> This is a warning.
Rendered output
Note
This is a note.
Warning
This is a warning.
Swift-Markdown (and by extension Swift-DocC) should be able to support these varieties of callouts as native asides. This may require work in Swift-DocC as well, depending on how and where asides are converted.
The text was updated successfully, but these errors were encountered:
Radar: rdar://107569909
GitHub supports "Note" and "Warning" callouts with a syntax similar to Swift-Markdown:
Rendered output
Swift-Markdown (and by extension Swift-DocC) should be able to support these varieties of callouts as native asides. This may require work in Swift-DocC as well, depending on how and where asides are converted.
The text was updated successfully, but these errors were encountered: