Skip to content

Commit 3b70e3f

Browse files
authored
Merge branch 'main' into repo-sync
2 parents 601d05e + 4c0e5e4 commit 3b70e3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ You can indicate emphasis with bold, italic, or strikethrough text in comment fi
2929

3030
| Style | Syntax | Keyboard shortcut | Example | Output |
3131
| --- | --- | --- | --- | --- |
32-
| Bold | `** **` or `__ __` | command/control + b | `**This is bold text**` | **This is bold text** |
33-
| Italic | `* *` or `_ _` | command/control + i | `*This text is italicized*` | *This text is italicized* |
32+
| Bold | `** **` or `__ __`| command/control + b | `**This is bold text**` | **This is bold text** |
33+
| Italic | `* *` or `_ _`     | command/control + i | `*This text is italicized*` | *This text is italicized* |
3434
| Strikethrough | `~~ ~~` | | `~~This was mistaken text~~` | ~~This was mistaken text~~ |
3535
| Bold and nested italic | `** **` and `_ _` | | `**This text is _extremely_ important**` | **This text is _extremely_ important** |
3636
| All bold and italic | `*** ***` | | `***All this text is important***` | ***All this text is important*** |

0 commit comments

Comments
 (0)