| Feature | Example | Notes |
|---|---|---|
| Bold Text | Important | Uses **bold** syntax |
| Italic Text | Emphasis | Uses *italic* syntax |
| Inline Code | const value = 42; |
Code formatting inside a cell |
| Link | Legit | Standard Markdown link |
Pure markdown in block qoute
Feature Example Notes Bold Text Important Uses **bold**syntaxItalic Text Emphasis Uses *italic*syntaxInline Code const value = 42;Code formatting inside a cell Link Legit Standard Markdown link
Pure Markdown table iwth alignment in cells
| Left aligned | Center aligned | Right aligned |
|---|---|---|
| Apple | Banana | Cherry |
| Short | Medium length | Very very long |
| 1 | 2 | 3 |
Table with linebreak in it:
| Feature | Example | Notes |
|---|---|---|
| Line Break | This is text that breaks |
Uses <br> syntax |