<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <language>en_US</language>
    <title>Text Control Blog Feed - Markdown only</title>
    <description>The Text Control Blog is the central information channel for all Text Control products. We post news updates, product information, sample applications, technical articles, tutorials and conference reports several times a week. Subscribe to the feed today.</description>
    <image>
      <url>https://s1-www.textcontrol.com/assets/dist/img/favicon/favicon-128x128.png</url>
      <title>Text Control Blog Feed - Markdown only</title>
      <link>https://www.textcontrol.com/blog/tag/markdown/2026/</link>
    </image>
    <pubDate>Mon, 16 Feb 2026 10:20:03 +0000</pubDate>
    <lastBuildDate>Mon, 16 Feb 2026 10:20:03 +0000</lastBuildDate>
    <generator>Text Control Feed Generator 3.0</generator>
    <link>https://www.textcontrol.com/blog/tag/markdown/2026/</link>
    <copyright>Text Control</copyright>
    <atom:link rel="self" type="application/rss+xml" href="https://www.textcontrol.com/feed/blog/tag/markdown.xml"/>
    <item>
      <title>A Complete Guide to Converting Markdown to PDF in .NET C#</title>
      <description><![CDATA[Learn how to convert Markdown to PDF in .NET C# using Text Control's ServerTextControl component. This guide covers setup, conversion process, and customization options for generating high-quality PDF documents from Markdown content.]]></description>
      <pubDate>Wed, 07 Jan 2026 11:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2026/01/07/a-complete-guide-to-converting-markdown-to-pdf-in-dotnet-csharp/</link>
      <guid isPermaLink="false">7081a72d-39f6-570a-b33c-e1c98ef2e20b</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="170846" url="https://s1-www.textcontrol.com/assets/dist/blog/2026/01/07/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2026/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2026/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2026/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/markdown/2026/"><![CDATA[Markdown]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>How to Extend the Default Style Mapping when Converting DOCX to Markdown in .NET C#</title>
      <description><![CDATA[Learn how to customize the default style mapping when converting DOCX documents to Markdown format using Text Control's .NET C# libraries. This article provides step-by-step instructions and code examples to help you achieve precise control over the conversion process.]]></description>
      <pubDate>Mon, 22 Dec 2025 11:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/12/22/how-to-extend-the-default-style-mapping-when-converting-docx-to-markdown-in-dotnet-csharp/</link>
      <guid isPermaLink="false">fab48466-0dce-5b04-9df7-fd6c85232530</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="107611" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/12/22/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2025/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2025/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/markdown/2025/"><![CDATA[Markdown]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/docx/2025/"><![CDATA[DOCX]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Bringing MailMerge Power to Markdown: Fluid Placeholders in TX Text Control in C#</title>
      <description><![CDATA[The latest beta version of the TX Text Control Markdown NuGet package introduces support for fluid placeholders, also known as Mustache or Handlebars syntax. This powerful feature enables developers to create dynamic documents by integrating mail merge capabilities directly into Markdown templates. In this blog post, we will explore how to use fluid placeholders with TX Text Control in C#.]]></description>
      <pubDate>Fri, 17 Oct 2025 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/10/17/bringing-mailmerge-power-to-markdown-fluid-placeholders-in-tx-text-control-in-csharp/</link>
      <guid isPermaLink="false">4cd7cdc1-d269-582b-84de-8aa887e2a85c</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="56814" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/10/17/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2025/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2025/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/markdown/2025/"><![CDATA[Markdown]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Convert Markdown to PDF in a Console Application on Linux and Windows</title>
      <description><![CDATA[Learn how to convert Markdown files to PDF in a console application on Linux and Windows using TX Text Control .NET Server for ASP.NET. This tutorial provides step-by-step instructions and code examples to help you get started quickly.]]></description>
      <pubDate>Tue, 23 Sep 2025 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/09/23/convert-markdown-to-pdf-in-a-console-application-on-linux-and-windows/</link>
      <guid isPermaLink="false">f79116cd-8f67-5d7d-8fe9-f00bb291e82f</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="87464" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/09/23/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2025/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2025/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/markdown/2025/"><![CDATA[Markdown]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2025/"><![CDATA[PDF]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>DOCX Meets Markdown: Preparing Enterprise Documents for AI</title>
      <description><![CDATA[Discover why Markdown is a game-changer for document creation in the age of AI. Explore how this lightweight markup language can enhance collaboration, version control, and integration with AI tools, making it a perfect fit for modern businesses.]]></description>
      <pubDate>Fri, 19 Sep 2025 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/09/19/docx-meets-markdown-preparing-enterprise-documents-for-ai/</link>
      <guid isPermaLink="false">1099e493-bdea-58f0-8154-b8ba15ac9550</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="116084" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/09/19/b/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2025/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2025/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/markdown/2025/"><![CDATA[Markdown]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/docx/2025/"><![CDATA[DOCX]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Converting MS Word (*.docx) to Markdown (*.md) in .NET C#</title>
      <description><![CDATA[Learn how to convert MS Word documents (*.docx) to Markdown files (*.md) in .NET C# using the TX Text Control .NET Server for ASP.NET. This tutorial provides a step-by-step guide to implement the conversion process, enabling developers to easily transform Word documents into Markdown format for various applications.]]></description>
      <pubDate>Fri, 19 Sep 2025 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/09/19/converting-ms-word-docx-to-markdown-md-in-dotnet-csharp/</link>
      <guid isPermaLink="false">40b3fec2-8270-5ac4-878b-2e10b1c78ea9</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="104200" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/09/19/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2025/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2025/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/markdown/2025/"><![CDATA[Markdown]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/docx/2025/"><![CDATA[DOCX]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Introducing TXTextControl.Markdown.Core: Import and Export Markdown in TX Text Control</title>
      <description><![CDATA[We are happy to announce the release of TXTextControl.Markdown.Core, a powerful new component that enables seamless import and export of Markdown files in TX Text Control. This addition enhances the versatility of TX Text Control, allowing developers to easily work with Markdown content in their applications.]]></description>
      <pubDate>Tue, 16 Sep 2025 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/09/16/introducing-txtextcontrol-markdown-core-import-and-export-markdown-in-tx-text-control/</link>
      <guid isPermaLink="false">f14d286b-73f0-586d-9b0a-ab2bb596274a</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="103618" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/09/16/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2025/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2025/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/markdown/2025/"><![CDATA[Markdown]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Converting Markdown to DOCX and PDF in C#</title>
      <description><![CDATA[Markdown is a popular, lightweight markup language to create formatted text in a simple way. This article shows how to convert Markdown files to Office Open XML and PDF documents using TX Text Control and Markdig - a powerful and extensible Markdown processor for .NET.]]></description>
      <pubDate>Tue, 15 Nov 2022 11:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2022/11/15/converting-markdown-to-docx-and-pdf-in-csharp/</link>
      <guid isPermaLink="false">77e8c4cf-0f83-58e0-84a0-470e61587c88</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="45239" url="https://s1-www.textcontrol.com/assets/dist/blog/2022/11/15/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2022/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/markdown/2022/"><![CDATA[Markdown]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/windows-forms/2022/"><![CDATA[Windows Forms]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/wpf/2022/"><![CDATA[WPF]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Loading Markdown Content into TX Text Control</title>
      <description><![CDATA[Markdown is a lightweight markup language that implements a plain-text-formatting syntax for easy-to-use formatting. This sample shows how to load Markdown into TX Text Control.]]></description>
      <pubDate>Fri, 26 Jun 2020 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2020/06/26/loading-markdown-into-tx-text-control/</link>
      <guid isPermaLink="false">9c162561-a762-520b-973d-e0a8b4c1a568</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="54152" url="https://s1-www.textcontrol.com/assets/dist/blog/2020/06/26/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/html/2020/"><![CDATA[HTML]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/markdown/2020/"><![CDATA[Markdown]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/windows-forms/2020/"><![CDATA[Windows Forms]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
  </channel>
</rss>
