An open API service indexing awesome lists of open source software.

https://github.com/kroshechka/telegram-markdown-converter

Converts formatted text into text to be pasted into the parse_mode field
https://github.com/kroshechka/telegram-markdown-converter

markdown markdown-converter reverse telegram telegram-bot

Last synced: 2 months ago
JSON representation

Converts formatted text into text to be pasted into the parse_mode field

Awesome Lists containing this project

README

          

# Telegram-Markdown-Converter
Converts formatted text into text to be pasted into the parse_mode field

## **parse_mode='MarkdownV2'**

----

Example:

Input: **I am bold**

Output: \*I am bold\*

Implemented example:

![image](https://github.com/user-attachments/assets/24909e59-970d-4659-ab4f-dd995eb51b12)

> Just copy and paste in your code