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
- Host: GitHub
- URL: https://github.com/kroshechka/telegram-markdown-converter
- Owner: KroSheChKa
- License: mit
- Created: 2024-08-13T07:36:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T05:59:08.000Z (almost 2 years ago)
- Last Synced: 2025-05-30T03:36:48.994Z (about 1 year ago)
- Topics: markdown, markdown-converter, reverse, telegram, telegram-bot
- Language: Python
- Homepage: https://t.me/TextToMarkdownBot
- Size: 18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

> Just copy and paste in your code