Merge pull request #7669 from hardikdr/patch-1

Update style-guide.md
This commit is contained in:
Kubernetes Prow Robot 2024-01-05 14:40:58 +01:00 committed by GitHub
commit 025f176fd7
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~.`