From bdbab49f81bc1fd9787d8fc542e791b0e4711258 Mon Sep 17 00:00:00 2001 From: James French Date: Fri, 29 May 2026 20:23:48 -0400 Subject: [PATCH] Update README.md Fixing the *not italic* row in the markdown syntax examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | `---` | `
` | | `![alt](image.jpg)` | Image | `![Logo](logo.png)` | `Logo` | -| `\` | Escape special character | `\*not italic\*` | *not italic* (as text) | +| `\` | Escape special character | `\*not italic\*` | \*not italic\* |