[][src]Module tbot::markup::markdown_v2

MarkdownV2 markup utilities.

Structs

MarkdownV2

Represents MarkdownV2 text. Can be created with markdown_v2.

Constants

ESCAPED_CODE_CHARACTERS

Characters that need to be escaped to be interpreted as code.

ESCAPED_LINK_CHARACTERS

Characters that need to be escaped to be interpreted as a link.

ESCAPED_TEXT_CHARACTERS

Characters that need to be escaped to be interpreted as text.

Traits

Formattable

Represents a value that can be formatted for MarkdownV2.

Functions

markdown_v2

Creates MarkdownV2 text.