Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ The parser uses a fluent (chainable) API. This is your command cheatsheet for co
| `> blockquote` | Blockquote | `> This is a quote` | <blockquote>This is a quote</blockquote> |
| `---`, `***`, `___` | Horizontal Rule | `---` | `<hr>` |
| `![alt](image.jpg)` | Image | `![Logo](logo.png)` | `<img src="logo.png" alt="Logo">` |
| `\` | Escape special character | `\*not italic\*` | *not italic* (as text) |
| `\` | Escape special character | `\*not italic\*` | \*not italic\* |

<br>

Expand Down