fix(markdown/readme): typos

This commit is contained in:
teidesu 2021-04-08 12:29:06 +03:00
parent cd8ec8309f
commit 974ce8c136

View file

@ -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