✏️

Markdown → Telegram

Convert markdown to Telegram Desktop format

Supported:**bold**__italic__`code````block```~~strike~~||spoiler||• Headings → emoji + bold • Lists → • bullets • Links → text (url) • Blockquotes → 💬 italic
Markdown Input
Telegram Output
■ **Welcome to the Converter**

▣ **What this tool does**

Convert your **Markdown** to a format that Telegram Desktop can render.

▢ Supported elements

• **Bold text** stays bold
• __Italic text__ becomes italic (double underscore)
• `inline code` stays as-is
• ~~strikethrough~~ stays as-is

💬 __This is a blockquote that will become emoji + italic text.__

▢ Code blocks

```
const greeting = "Hello, Telegram!";
console.log(greeting);
```

▢ Links and lists

Check the Telegram docs (https://telegram.org) for more info.

1. First item
2. Second item
3. Third item

—————————————————

That's it! Copy the output and paste it into Telegram Desktop.