[PR #156] [MERGED] Add simple helper that enables conversion to plain text #838

Open
opened 2026-01-29 14:46:16 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/156
Author: @leotsarev
Created: 10/27/2017
Status: Merged
Merged: 10/27/2017
Merged by: @xoofx

Base: masterHead: add-plain-text-helper


📝 Commits (1)

  • 72adb96 Add simple helper that enables conversion to plain text

📊 Changes

3 files changed (+64 additions, -1 deletions)

View changed files

📝 src/Markdig.Tests/Markdig.Tests.csproj (+1 -0)
src/Markdig.Tests/TestPlainText.cs (+17 -0)
📝 src/Markdig/Markdown.cs (+46 -1)

📄 Description

Follow up of work on #140 that gives users easy interface to strip markdown without adding any HTML.
Fixes #104 even more


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/xoofx/markdig/pull/156 **Author:** [@leotsarev](https://github.com/leotsarev) **Created:** 10/27/2017 **Status:** ✅ Merged **Merged:** 10/27/2017 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `add-plain-text-helper` --- ### 📝 Commits (1) - [`72adb96`](https://github.com/xoofx/markdig/commit/72adb963e8df6862dc58f21af763dbca182b61c7) Add simple helper that enables conversion to plain text ### 📊 Changes **3 files changed** (+64 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/Markdig.Tests.csproj` (+1 -0) ➕ `src/Markdig.Tests/TestPlainText.cs` (+17 -0) 📝 `src/Markdig/Markdown.cs` (+46 -1) </details> ### 📄 Description Follow up of work on #140 that gives users easy interface to strip markdown without adding any HTML. Fixes #104 even more --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 14:46:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#838