mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Add support for converting from/to Telegram MarkdownV2 #617
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Laiteux on GitHub (Aug 5, 2023).
(Idea)
https://core.telegram.org/bots/api#markdownv2-style
@xoofx commented on GitHub (Aug 7, 2023):
I will decline. This is out of scope and can be developed outside of this repo (with maybe some markdig extensions) but it is also unclear if MarkdownV2 is actually a CommonMark compliant parser.
@MihaZupan commented on GitHub (Aug 7, 2023):
This feels like something that could be exposed as part of https://github.com/TelegramBots/Telegram.Bot.
I'm pretty sure implementations of the "API representation => Markdown" conversion already exist. Feel free to ask in the telegram group of that project.