Basic Syntax / Emphasis
Emphasis
Emphasize the importance of text by setting it in bold or italic.
Bold
To bold text, add two asterisks (**) or underscores (__) before and after a word or phrase:
| Markdown Syntax | Preview |
|---|---|
**bold text** | bold text |
__bold text__ | bold text |
Italic
To italicize text, add one asterisk (*) or underscore (_) before and after a word or phrase:
| Markdown Syntax | Preview |
|---|---|
*italic text* | italic text |
_italic text_ | italic text |
Bold and Italic
To emphasize text with both bold and italic, add three asterisks or underscores:
| Markdown Syntax | Preview |
|---|---|
***bold and italic*** | bold and italic |
___bold and italic___ | bold and italic |
Comments
Comments are currently unavailable.
Enable GitHub Discussions for this repository and complete the giscus configuration to turn comments on.