Skip to content

Commit 6106819

Browse files
authored
Merge pull request #40219 from github/repo-sync
Repo sync
2 parents da452e0 + 0d489e8 commit 6106819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ You can indicate emphasis with bold, italic, strikethrough, subscript, or supers
3939
| Strikethrough | `~~ ~~` | None | `~~This was mistaken text~~` | ~~This was mistaken text~~ |
4040
| Bold and nested italic | `** **` and `_ _` | None | `**This text is _extremely_ important**` | **This text is _extremely_ important** |
4141
| All bold and italic | `*** ***` | None | `***All this text is important***` | ***All this text is important*** |
42-
| Subscript | `<sub> </sub>` | None | `<sub>This is a subscript text</sub>` | This is a<sub>subscript</sub>text |
43-
| Superscript | `<sup> </sup>` | None | `<sup>This is a superscript text</sup>` | This is a <sup>superscript</sup>text |
42+
| Subscript | `<sub> </sub>` | None | `This is a <sub>subscript</sub> text` | This is a <sub>subscript</sub> text |
43+
| Superscript | `<sup> </sup>` | None | `This is a <sup>superscript</sup> text` | This is a <sup>superscript</sup> text |
4444

4545
## Quoting text
4646

0 commit comments

Comments
 (0)