npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@techflecks/n8n-nodes-telegram-markdown-parser

v1.0.2

Published

TechFlecks Telegram Markdown Parser - Convert standard markdown to Telegram MarkdownV2 format

Readme

Telegram Markdown Parser By TechFlecks

TechFlecks Logo

npm version npm downloads License Tests

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

  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

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

  1. Input Node: Receive markdown content
  2. Telegram Markdown Parser: Convert to Telegram format
  3. 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

📄 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.