> For the complete documentation index, see [llms.txt](https://postman-v1.guides.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://postman-v1.guides.gov.sg/campaign-guide-telegram/telegram-bot/telegram-formatting.md).

# Telegram Formatting

**Bold**

```
<b>Postman</b>
```

Underline

```
<u>Postman</u>
```

*Italic*

```
<i>Postman</i>
```

Hyperlink ([Postman](https://postman.gov.sg/))

```
<a href="https://postman.gov.sg">postman</a>
```
