diff --git a/packages/markdown-parser/README.md b/packages/markdown-parser/README.md index ac74d194..c6a39849 100644 --- a/packages/markdown-parser/README.md +++ b/packages/markdown-parser/README.md @@ -50,13 +50,13 @@ Supported entities: | Code | Result (visual) | Result (as HTML) |---|---|---| | `**bold**` | **bold** | `bold` -| `**italic**` | **italic** | `italic` +| `__italic__` | __italic__ | `italic` | `--underline` | underline | `underline` | `~~strikethrough~~` | ~~strikethrough~~ | `strikethrough` | `*whatever*` | \*whatever\* | `*whatever*` | `_whatever_` | \_whatever\_ | `_whatever_` | \`hello world\` | `hello world` | `hello world` -| `__text__` | `__text__` | `__text__` +| \`__text__\` | `__text__` | `__text__` ### Pre