TechFlecks Telegram Markdown Parser - Convert standard markdown to Telegram MarkdownV2 format
npm install @techflecks/n8n-nodes-telegram-markdown-parser



A powerful n8n community node that converts standard Markdown to Telegram MarkdownV2 format. Built with precision and reliability by TechFlecks.
ā
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
- 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
1. Go to Settings > Community Nodes in your n8n instance
2. Click Install and enter: @techflecks/n8n-nodes-telegram-markdown-parser
3. Click Install and restart n8n
``bash`
npm install @techflecks/n8n-nodes-telegram-markdown-parser
Transform standard markdown formatting to Telegram MarkdownV2 format:
Input:
`markdownWelcome to TechFlecks
This is bold text and _italic text_.
Check out our website!
`
Output:
``
Welcome to TechFlecks
This is bold text and _italic text_.
Check out our website!
Safely escape special characters for Telegram MarkdownV2:
Input: Text with * and _ special charsText with \\* and \\_ special chars
Output:
Validate your Telegram MarkdownV2 formatting and get helpful suggestions:
- ā
Validation: Check for syntax errors
- ā ļø Warnings: Identify potential issues
- š” Suggestions: Get improvement recommendations
| 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
| | link | Links |text
| | __text__ | Underline (HTML) |
- 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
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
1. Input Node: Receive markdown content
2. Telegram Markdown Parser: Convert to Telegram format
3. Telegram Bot Node: Send formatted message
`javascript``
// Example workflow data
{
"markdown": "Important: Check out our _new features_ at TechFlecks",
"options": {
"preserveLineBreaks": true,
"autoEscape": true,
"convertHtmlTags": true
}
}
The validator checks for:
- ā
Properly matched formatting pairs
- ā ļø Unescaped special characters
- š” Nested formatting warnings
- š Valid URL formats
- š Telegram compatibility suggestions
- Documentation: Full Documentation
- Support: support@techflecks.com
- Issues: GitHub Issues
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.
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
---
Made with ā¤ļø by TechFlecks
_Empowering automation, one node at a time._