Ко всем сервисам
Tools/HTML ↔ Markdown Converter
HTML ↔ Markdown Converter
Convert HTML into clean Markdown and vice versa. Useful when migrating content between CMSs, importing into static-site generators or pasting into chat editors that only accept Markdown.
Telegram MarkdownV2: Headings →
**bold**, links → text (url), special chars are escaped, <hr> → ———, images → URL, quotes → >textFormat comparison
| Element | Standard Markdown | Telegram V2 |
|---|---|---|
| Bold | **text** | **text** |
| Italic | _text_ | _text_ |
| Underline | __text__ | __text__ |
| Strikethrough | ~~text~~ | ~text~ |
| Spoiler | — | ||text|| |
| Code | `code` | `code` |
| Heading | ## Heading | **Heading** (bold) |
| Link | [text](url) | text (url) |
| Quote | > text | >text |
| Image |  | url (link only) |
| Special chars | as-is | escaped \\ |