fix(feishu): render markdown tables via Interactive Card schema 2.0 - #51245
Open
kevinwang2008 wants to merge 1 commit into
Open
fix(feishu): render markdown tables via Interactive Card schema 2.0#51245kevinwang2008 wants to merge 1 commit into
kevinwang2008 wants to merge 1 commit into
Conversation
Feishu post-type 'md' elements do not render markdown tables. When a markdown table is detected, wrap the content in an Interactive Card using schema 2.0 format, whose 'markdown' elements natively support table rendering.
Collaborator
Duplicate of #12114 (canonical earliest-open Feishu markdown-table card-v2 PR). This is one of ~8+ open PRs implementing the same schema-2.0 interactive-card table rendering (see also #26429, #29630, #27046, #38453, #45907). Cluster tracked by consolidation issue #27469. |
Contributor
|
Thanks for targeting a real Feishu rendering gap: current main still routes detected GFM tables to raw text at Problems
Suggested changes
This is an automated hermes-sweeper review. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix Feishu markdown table rendering by upgrading to Interactive Card schema 2.0.
When a markdown table is detected, wrap content in Interactive Card (schema 2.0) instead of falling back to plain text. Feishu card 'markdown' elements natively support table rendering.