diff --git a/README.md b/README.md index b155e35..0e98dcf 100644 --- a/README.md +++ b/README.md @@ -399,7 +399,7 @@ The parser uses a fluent (chainable) API. This is your command cheatsheet for co | `> blockquote` | Blockquote | `> This is a quote` |
This is a quote| | `---`, `***`, `___` | Horizontal Rule | `---` | `
` |
-| `\` | Escape special character | `\*not italic\*` | *not italic* (as text) |
+| `\` | Escape special character | `\*not italic\*` | \*not italic\* |