Swift Markup Syntax
Apple Developer | Markup Formatting Reference
I seperate them into two parts: formats of style and keywords using in documentation.
Styles
Block Comment /** */
Bulleted Lists -
Code Block ```
Code Voice `
Emphasis Italics * * or _ _
Escapes \ (to enter)
Headings # ## ###
Horizontal Rule - - - or * * *
Images ![]()
Link Reference []:
Links []()
Numbered Lists 1. 2.1.1
Single Line Comment ///
Strong ** ** or __ __
Keywords
See all keywords at Swift | API Design Guidelines
How to use
Check more at Swift | API Design Guidelines.