refactor(markdown): use canonical MDAST tree - #6339
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
AI review status for this pull request.
|
4 tasks
cixzhang
force-pushed
the
docs/markdown-transform-plugins
branch
from
September 16, 2026 04:37
75e50c7 to
576c017
Compare
cixzhang
force-pushed
the
refactor/markdown-canonical-ast
branch
2 times, most recently
from
September 16, 2026 04:41
f55aa34 to
0e15c06
Compare
cixzhang
force-pushed
the
refactor/markdown-canonical-ast
branch
from
September 16, 2026 04:45
0e15c06 to
ff8c883
Compare
cixzhang
marked this pull request as ready for review
September 16, 2026 04:46
cixzhang
requested review from
imdreamrunner and
josephfarina
as code owners
September 16, 2026 04:46
cixzhang
force-pushed
the
refactor/markdown-canonical-ast
branch
from
September 16, 2026 04:47
ff8c883 to
a7dba61
Compare
This was referenced Sep 16, 2026
cixzhang
force-pushed
the
docs/markdown-transform-plugins
branch
7 times, most recently
from
September 16, 2026 18:10
bcb3570 to
8ac3bc1
Compare
cixzhang
force-pushed
the
refactor/markdown-canonical-ast
branch
from
September 20, 2026 04:46
a7dba61 to
e7a0d44
Compare
cixzhang
changed the base branch from
docs/markdown-transform-plugins
to
main
September 20, 2026 04:46
cixzhang
enabled auto-merge (squash)
September 20, 2026 04:51
auto-merge was automatically disabled
September 20, 2026 04:53
Pull request was closed
github-actions
Bot
requested review from
cvkxx,
ernestt,
kentonquatman and
rubyycheung
September 20, 2026 04:53
Contributor
PR Analysis Report📚 Storybook PreviewView Storybook for this PR 🧪 Sandbox PreviewView Sandbox for this PR Modified ComponentsOutline (@astryxdesign/core) · View in Storybook
Bundle Size Summary
Accessibility AuditStatus: 36 accessibility violation(s) found — 2 critical, 34 serious. Button pattern - 1 issue(s)
ChatComposer - 1 issue(s)
ChatComposerInput - 1 issue(s)
ChatReasoning - 1 issue(s)
ChatToolCalls - 1 issue(s)
Checkbox pattern - 1 issue(s)
CheckboxList - 1 issue(s)
ClickableCard - 1 issue(s)
CodeEditor - 1 issue(s)
CodeEditorPerf - 1 issue(s)
CodeEditorTheme - 1 issue(s)
CodeTheme - 1 issue(s)
DateRangeInput - 1 issue(s)
FileInput - 1 issue(s)
GridMasonry - 1 issue(s)
Heading - 1 issue(s)
Icon - 1 issue(s)
LogStream - 1 issue(s)
MediaTheme Auto - 1 issue(s)
PowerSearch - 1 issue(s)
ProgressBar - 1 issue(s)
Radio group pattern - 1 issue(s)
RadioList - 1 issue(s)
RichTextEditor - 2 issue(s)
SelectableCard - 1 issue(s)
Stepper - 1 issue(s)
TableGroupedRows - 1 issue(s)
TableTree - 1 issue(s)
Text - 1 issue(s)
Theme - 1 issue(s)
PopArt - 1 issue(s)
Thumbnail - 1 issue(s)
Timestamp - 1 issue(s)
Token - 1 issue(s)
Tokenizer - 1 issue(s)
Visual RegressionStatus: No visual change across 8 compared shot(s). Generated by PR Enrichment workflow | Storybook | Sandbox | View full report |
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.
Maintainer impact
Markdown currently parses and renders a private legacy-shaped tree whose names diverge from the MDAST-aligned transform contract approved in #6338. Keeping both as long-lived internal models would require every transform to cross a translation boundary.
Change
Make the MDAST-aligned tree the canonical result consumed by Markdown rendering and Outline:
This PR intentionally exports no plugin API.
Zero-breaking evidence
Test plan
tsc -p packages/core/tsconfig.json --noEmit