mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
[PR #156] [MERGED] Add simple helper that enables conversion to plain text #838
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:add-plain-text-helper📝 Commits (1)
72adb96Add 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.