Skip to content

Commit b2ffe5b

Browse files
authored
fix typography syntax example (#151)
1 parent 9dc7dd9 commit b2ffe5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

documentation/docs/elements/examples/typography.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Emphasis, aka italics, with *asterisks* or _underscores_.
44
Strong emphasis, aka bold, with **asterisks** or __underscores__.
5-
Combined emphasis with **asterisks and _underscores_**.
5+
Combined emphasis with **_asterisks and underscores_**.
66
Strikethrough uses two tildes. ~~Scratch this.~~
77

88
CH~3~CH~2~OH

documentation/docs/elements/typography.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
Emphasis, aka italics, with *asterisks* or _underscores_.
44
Strong emphasis, aka bold, with **asterisks** or __underscores__.
5-
Combined emphasis with **asterisks and _underscores_**.
5+
Combined emphasis with **_asterisks and underscores_**.
66

77
```markdown
88
Emphasis, aka italics, with *asterisks* or _underscores_.
99
Strong emphasis, aka bold, with **asterisks** or __underscores__.
10-
Combined emphasis with **asterisks and _underscores_**.
10+
Combined emphasis with **_asterisks and underscores_**.
1111
```
1212

1313
# Strikethrough

0 commit comments

Comments
 (0)