Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Script for convert Markdown formatting to Telegram format (#936)
* Script for convert Markdown formatting to Telegram format, excluding processing inside code blocks or quotes (ver. 1.0) * Update commands/conversions/markdown-to-telegram.py Co-authored-by: Thiago Holanda <[email protected]> * Update commands/conversions/markdown-to-telegram.py Co-authored-by: Thiago Holanda <[email protected]> * Update commands/conversions/markdown-to-telegram.py Co-authored-by: Thiago Holanda <[email protected]> * Update commands/conversions/markdown-to-telegram.py Co-authored-by: Thiago Holanda <[email protected]> * Update commands/conversions/markdown-to-telegram.py Co-authored-by: Thiago Holanda <[email protected]> * Update commands/conversions/markdown-to-telegram.py Co-authored-by: Thiago Holanda <[email protected]> * Add comments to improve code readability • Add comments to explain the purpose of functions and variables • Describe the main stages of the conversion process • Clarify the formatting logic for different Markdown elements • Preserve the existing functionality and logic of the script The added comments aim to enhance the code's readability and maintainability without altering its behavior. This will make it easier for developers to understand and modify the script in the future. --------- Co-authored-by: Thiago Holanda <[email protected]>
- Loading branch information