Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,18 @@ Legend for syntax support:
| Emphasis | Emphasis | ✅ | 🚫 |
| Raw text | Code / CodeBlock | ✅ | 🚫 |
| Link | Link | ✅ | 🚫 |
| Label | | 🚫 | 🚫 |
| Reference | | 🚫 | 🚫 |
| Label | Code | ✅ | 🚫 |
| Reference | Code | ✅ | 🚫 |
| Heading | Header | ✅ | 🚫 |
| Bullet list | List / ListItem | ✅ | 🚫 |
| Numbered list | List / ListItem | ✅ | 🚫 |
| Term list | | 🚫 | 🚫 |
| Term list | List / ListItem | ⚠️ | 🚫 |
| Math | Code / CodeBlock | ✅ | 🚫 |
| Line break | Break | ✅ | 🚫 |
| Smart quote | | 🚫 | 🚫 |
| Symbol shorthand | | 🚫 | 🚫 |
| Symbol shorthand | Code | ✅ | 🚫 |
| Code expression | | ✅ | ✅ |
| Character escape | | 🚫 | 🚫 |
| Character escape | Code | ✅ | 🚫 |
| Comment | Comment | ✅ | 🚫 |

## Examples
Expand Down
Loading