Update style-guide.md

Minor Change.
This commit is contained in:
Hardik Dodiya 2024-01-05 11:22:02 +01:00 committed by GitHub
parent f85dea5006
commit 5863208efb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -522,8 +522,8 @@ standard across documentation improves supportability.
- **Good example:** `This is **bold** text.`
- **Bad example:** `This should not be used for __bold__.`
- Use an underscore (`_`) for _Italics_.
- **Good example:** This is _italics_.`
- **Bad example:** This should not be used for *italics*.`
- **Good example:** `This is _italics_.`
- **Bad example:** `This should not be used for *italics*.`
- Use two tildes (`~~`) for ~~Strikethrough~~.
- **Good example:** `This is ~~strikethrough~~`
- **Bad example:** `This should not be used for ~strikethrough~.`