mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
[PR #644] [MERGED] added support for ToPlainText for pipetables extension #1163
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/644
Author: @PaulVrugt
Created: 6/8/2022
Status: ✅ Merged
Merged: 6/15/2022
Merged by: @xoofx
Base:
master← Head:master📝 Commits (1)
76073e8added support for ToPlainText for pipetables extension📊 Changes
2 files changed (+121 additions, -88 deletions)
View changed files
📝
src/Markdig.Tests/TestPlainText.cs(+3 -2)📝
src/Markdig/Extensions/Tables/HtmlTableRenderer.cs(+118 -86)📄 Description
This PR adds support for
ToPlainTextfor the pipetables extension. Before this, it would simply return all the table html elements, and render plaintext within the table. With this PR, all the table elements are removed from the plaintext output as you would expect as a result ofToPlainText🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.