parseMarkdown¶
Parses Markdown entities in a human-friendly format, ignoring markup errors. Can be called synchronously
parseMarkdown(
text: FormattedText
) → FormattedText
text¶
The text to parse. For example, "italic ~~strikethrough~~ ||spoiler|| bold code pre [italic text_url](telegram.org) __italicbold italic__bold"