| What is Markdown V2? | Plain-text markers | Telegram reads certain characters as formatting instructions and renders them after paste/send. |
| Why Telegram uses it | Readable source text | Markdown V2 keeps messages copyable while allowing emphasis, lists, and exact-code values. |
| Bold | **Text** | Headings, status labels, dates, prices, and important action items. |
| Italic-style emphasis | __Text__ | Soft emphasis, notes, secondary details, and short context lines generated by this formatter. |
| Strikethrough | ~~Text~~ | Completed tasks, cancelled items, old prices, or no-longer-valid options. |
| Inline Code | `Text` | Commands, IDs, paths, filenames, ticket numbers, and exact-copy values. |
| Bullet Lists | - item | Group updates, checklists, rules, and short scannable sections. |
| Numbered Lists | 1. item | Steps, agendas, schedules, priority lists, and instructions in sequence. |
| Escaping reserved characters | Use care with punctuation | Characters such as _, *, [, ], (, ), ~, `, >, #, +, -, =, |, {, }, ., and ! can affect Markdown V2 when edited manually. |
| Common mistakes | Broken pairs or extra spaces | Formatting can fail when markers are removed, spaces are inserted inside markers, or reserved characters are not handled carefully. |
| How TextCraftHub helps | Generate copy-ready syntax | The editor inserts supported markers for selected text so you do not need to remember each pattern manually. |