Package Information
Documentation
Telegram Markdown Parser By TechFlecks
A powerful n8n community node that converts standard Markdown to Telegram MarkdownV2 format. Built with precision and reliability by TechFlecks.
šØ Latest in v1.0.2: Critical Bug Fixes
ā
FIXED: Parentheses escaping errors that caused Telegram API failures
ā
FIXED: Unmatched bold entity errors in malformed markdown
ā
IMPROVED: 23% performance boost (53,675+ conversions/second)
ā
ADDED: Enhanced error prevention and validation
š Features
- Convert Standard Markdown to Telegram MarkdownV2: Seamlessly transform your regular markdown content for Telegram messaging
- HTML to Telegram Conversion: Convert HTML formatting to Telegram-compatible MarkdownV2
- Smart Text Escaping: Automatically escape special characters for safe Telegram usage
- Validation & Quality Assurance: Validate your Telegram MarkdownV2 formatting before sending
- TechFlecks Quality: Built with enterprise-grade reliability and attention to detail
š¦ Installation
Community Nodes Installation
- Go to Settings > Community Nodes in your n8n instance
- Click Install and enter:
@techflecks/n8n-nodes-telegram-markdown-parser
- Click Install and restart n8n
Manual Installation
npm install @techflecks/n8n-nodes-telegram-markdown-parser
š ļø Operations
1. Convert to Telegram MarkdownV2
Transform standard markdown formatting to Telegram MarkdownV2 format:
Input:
# Welcome to TechFlecks
This is **bold text** and _italic text_.
Check out [our website](https://techflecks.com)!
Output:
*Welcome to TechFlecks*
This is *bold text* and _italic text_.
Check out [our website](https://techflecks.com)!
2. Escape Text for Telegram
Safely escape special characters for Telegram MarkdownV2:
Input: Text with * and _ special chars
Output: Text with \\* and \\_ special chars
3. Validate Telegram MarkdownV2
Validate your Telegram MarkdownV2 formatting and get helpful suggestions:
- ā Validation: Check for syntax errors
- ā ļø Warnings: Identify potential issues
- š” Suggestions: Get improvement recommendations
šÆ Conversion Reference
Standard Markdown | Telegram MarkdownV2 | Description |
---|---|---|
**bold** |
*bold* |
Bold text |
*italic* |
_italic_ |
Italic text |
~~strike~~ |
~strike~ |
Strikethrough |
# Header |
*Header* |
Headers ā Bold |
`code` |
`code` |
Inline code |
[link](url) |
[link](url) |
Links |
<u>text</u> |
__text__ |
Underline (HTML) |
āļø Configuration Options
Conversion Options
- Preserve Line Breaks: Maintain original line break formatting
- Convert HTML Tags: Transform HTML formatting to Telegram equivalents
- Strict Mode: Fail on unsupported markdown features
- Auto Escape: Automatically escape special characters
š¢ About TechFlecks
TechFlecks is committed to delivering high-quality automation tools and integrations. Our Telegram Markdown Parser represents our dedication to:
- šÆ Precision Engineering: Every conversion is carefully crafted
- š”ļø Reliability: Tested thoroughly for production use
- š Performance: Optimized for speed and efficiency
- š” Innovation: Continuous improvement and feature updates
š§ Usage Examples
Basic Workflow
- Input Node: Receive markdown content
- Telegram Markdown Parser: Convert to Telegram format
- Telegram Bot Node: Send formatted message
Advanced Processing
// Example workflow data
{
"markdown": "**Important:** Check out our _new features_ at [TechFlecks](https://techflecks.com)",
"options": {
"preserveLineBreaks": true,
"autoEscape": true,
"convertHtmlTags": true
}
}
š Validation Features
The validator checks for:
- ā Properly matched formatting pairs
- ā ļø Unescaped special characters
- š” Nested formatting warnings
- š Valid URL formats
- š Telegram compatibility suggestions
š¤ Support & Community
- Documentation: Full Documentation
- Support: [email protected]
- Issues: GitHub Issues
š License
TechFlecks Software License Agreement v1.0 - See LICENSE.md for complete terms and conditions.
This software is licensed under the TechFlecks proprietary license. Free for personal, educational, and small business use. Enterprise licensing available.
š Contributing
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
Made with ā¤ļø by TechFlecks
Empowering automation, one node at a time.