Strong (Bold)
Render a span of text using the strong font face.
Works with:
✓ Playgrounds
✓ Symbol documentation
Syntax
Add strong formatting with two asterisks (**
) or two underscores (__
) before the first character of the span and after the last character of the span. The first and last characters cannot be spaces. Do not mix asterisks and underscores for the same element.
**string**
__string__
Playground Example
/*:
A **strong * (asterisk)** is on this line.
__A strong line__.
*/
Quick Help Example
/**
An example of using *strong*
A **strong * (asterisk)** is on this line.
__A strong line__.
*/
Copyright © 2018 Apple Inc. All rights reserved. Terms of Use | Privacy Policy | Updated: 2017-06-05