fix(markdown/readme): typos
This commit is contained in:
parent
cd8ec8309f
commit
974ce8c136
1 changed files with 2 additions and 2 deletions
|
@ -50,13 +50,13 @@ Supported entities:
|
||||||
| Code | Result (visual) | Result (as HTML)
|
| Code | Result (visual) | Result (as HTML)
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| `**bold**` | **bold** | `<b>bold</b>`
|
| `**bold**` | **bold** | `<b>bold</b>`
|
||||||
| `**italic**` | **italic** | `<i>italic</i>`
|
| `__italic__` | __italic__ | `<i>italic</i>`
|
||||||
| `--underline` | <u>underline</u> | `<u>underline</u>`
|
| `--underline` | <u>underline</u> | `<u>underline</u>`
|
||||||
| `~~strikethrough~~` | ~~strikethrough~~ | `<s>strikethrough</s>`
|
| `~~strikethrough~~` | ~~strikethrough~~ | `<s>strikethrough</s>`
|
||||||
| `*whatever*` | \*whatever\* | `*whatever*`
|
| `*whatever*` | \*whatever\* | `*whatever*`
|
||||||
| `_whatever_` | \_whatever\_ | `_whatever_`
|
| `_whatever_` | \_whatever\_ | `_whatever_`
|
||||||
| <code>\`hello world\`</code> | `hello world` | `<code>hello world</code>`
|
| <code>\`hello world\`</code> | `hello world` | `<code>hello world</code>`
|
||||||
| <code>`__text__`</code> | `__text__` | `<code>__text__</code>`
|
| <code>\`__text__\`</code> | `__text__` | `<code>__text__</code>`
|
||||||
|
|
||||||
### Pre
|
### Pre
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue