docs: fix markdown table rendering in experimental features. (zh-CN) #25589
Open
dk363 wants to merge 4 commits intoanomalyco:devfrom
Open
docs: fix markdown table rendering in experimental features. (zh-CN) #25589dk363 wants to merge 4 commits intoanomalyco:devfrom
dk363 wants to merge 4 commits intoanomalyco:devfrom
Conversation
Contributor
|
The following comment was made by an LLM, it may be inaccurate: Found a potential related PR: PR #25070: "docs(web): fix zh-cn cli experimental table"
Note: PR #19243 "docs: Fix formatting of experimental features table" is about experimental features table formatting but doesn't appear to be specifically zh-CN focused. |
6 tasks
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.
…tal features(zh-CN)
Issue for this PR
Closes #
Type of change
What does this PR do?
Fixes the broken Markdown table rendering in the "Experimental Features" section of the zh-CN docs.
There were two formatting errors causing the parser to fail:
The header separator line had too many columns (7 instead of 3).
A missing newline caused OPENCODE_EXPERIMENTAL_MARKDOWN to merge into the previous row.
Corrected the markdown syntax so the table renders properly.
How did you verify your code works?
Previewed the markdown file locally to ensure the table parses and displays correctly.
Screenshots / recordings
Checklist