feat(markdown): add text transform helper - #6342
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
AI review status for this pull request.
|
cixzhang
force-pushed
the
feat/markdown-text-transform
branch
from
September 16, 2026 07:22
ff369d4 to
24aa733
Compare
cixzhang
force-pushed
the
feat/markdown-text-transform
branch
from
September 16, 2026 07:29
24aa733 to
d6f9353
Compare
cixzhang
force-pushed
the
feat/markdown-text-transform
branch
2 times, most recently
from
September 16, 2026 07:35
5361125 to
7a93fbd
Compare
cixzhang
marked this pull request as ready for review
September 16, 2026 07:36
cixzhang
requested review from
imdreamrunner and
josephfarina
as code owners
September 16, 2026 07:36
cixzhang
force-pushed
the
feat/markdown-text-transform
branch
from
September 16, 2026 07:38
7a93fbd to
b7ab123
Compare
cixzhang
force-pushed
the
feat/markdown-plugin-core
branch
from
September 16, 2026 08:00
d9949cd to
1a3bb1d
Compare
cixzhang
force-pushed
the
feat/markdown-text-transform
branch
from
September 16, 2026 08:00
b7ab123 to
1602e97
Compare
This was referenced Sep 16, 2026
cixzhang
force-pushed
the
feat/markdown-plugin-core
branch
from
September 16, 2026 11:57
1a3bb1d to
15a2d46
Compare
cixzhang
force-pushed
the
feat/markdown-text-transform
branch
from
September 19, 2026 22:33
1602e97 to
ead0626
Compare
cixzhang
force-pushed
the
feat/markdown-text-transform
branch
from
September 20, 2026 00:14
ead0626 to
062ada2
Compare
cixzhang
force-pushed
the
feat/markdown-plugin-core
branch
from
September 20, 2026 06:12
5bcbef8 to
620e1e7
Compare
cixzhang
force-pushed
the
feat/markdown-text-transform
branch
from
September 20, 2026 07:16
062ada2 to
28b35aa
Compare
cixzhang
enabled auto-merge (squash)
September 20, 2026 07:16
github-actions
Bot
requested review from
cvkxx,
ernestt,
kentonquatman and
rubyycheung
September 20, 2026 07:17
This branch was successfully deployed
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.
Builder impact
Markdown builders can replace matched prose with typed Markdown nodes without preprocessing source or entering protected content such as code, links, images, citations, math, or prior extension syntax.
Depends on #6338, #6339, and #6340.
What changed
createMarkdownTextTransform()as a helper that compiles to the core immutable transform protocol;requiredSubstringsprefilters so hinted no-claim helpers skip AST traversal;AST-036 scope
This PR implements the text-helper portions of FR1, FR6, FR7, FR10–FR13, and FR21. It adds the hinted no-claim fast-path evidence needed by FR23; the complete representative and hintless helper budget remains for the combined helper stack after semantic-fence and source-decoration support land.
Validation