Skip to main content

Module markdown

Module markdown 

Source
Expand description

Markdown-to-platform conversion utilities.

Functions for converting standard Markdown to platform-specific formats.

Constants§

SLACK_MAX_LEN
Slack message character limit.
TELEGRAM_MAX_LEN
Telegram message character limit.

Functions§

chunk_markdown_html
Convert markdown to Telegram HTML then split into chunks of at most max_len bytes.
markdown_to_slack
Convert Markdown to Slack mrkdwn format.
markdown_to_telegram_html
Convert Markdown to Telegram HTML.