View Source ExTDLib.Method.ParseMarkdown (ExTDLib v0.0.4)

Parses Markdown entities in a human-friendly format, ignoring markup errors. Can be called synchronously. Returns object_ptr<FormattedText>.

NameTypeDescription

| text | formattedText | The text to parse. For example, "italic strikethrough ||spoiler|| bold code pre italic text_url italic**bold italicbold**". |

More details on telegram's documentation.