We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f85dea5 + 5863208 commit 025f176Copy full SHA for 025f176
contributors/guide/style-guide.md
@@ -522,8 +522,8 @@ standard across documentation improves supportability.
522
- **Good example:** `This is **bold** text.`
523
- **Bad example:** `This should not be used for __bold__.`
524
- Use an underscore (`_`) for _Italics_.
525
- - **Good example:** This is _italics_.`
526
- - **Bad example:** This should not be used for *italics*.`
+ - **Good example:** `This is _italics_.`
+ - **Bad example:** `This should not be used for *italics*.`
527
- Use two tildes (`~~`) for ~~Strikethrough~~.
528
- **Good example:** `This is ~~strikethrough~~`
529
- **Bad example:** `This should not be used for ~strikethrough~.`
0 commit comments