Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
ee8b12b to
de2e286
Compare
de2e286 to
6ce8947
Compare
6ce8947 to
69f4669
Compare
69f4669 to
a22cc25
Compare
a22cc25 to
cb1867a
Compare
cb1867a to
0ea821a
Compare
0ea821a to
4fa3e0e
Compare
4fa3e0e to
7c447af
Compare
7c447af to
a4105aa
Compare
a4105aa to
630e80c
Compare
630e80c to
44a6120
Compare
44a6120 to
b12f6ce
Compare
own-boldsbrain
pushed a commit
to own-boldsbrain/streamdown
that referenced
this pull request
Sep 22, 2025
Co-authored-by: streamdown-bot[bot] <streamdown-bot[bot]@users.noreply.github.com>
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
streamdown@1.3.0
Minor Changes
Patch Changes
f34c039: fix:
in markdown tables from gpt-oss seem encoded or printed to output
11b347e:
fix: fallback to plain text when unsupported language is passed to Shiki, preventing runtime errors266fa2b: Fix word-internal underscores being incorrectly treated as incomplete markdown
Previously, underscores used as word separators (e.g.,
hello_world,snake_case) were incorrectly identified as incomplete italic markdown, causing an extra underscore to be appended. This fix:_italic text)Fixes the issue where
hello_worldwould becomehello_world_whenparseIncompleteMarkdownwas enabled.0ebf67d: misc 1.3 fixes and cleanup
d29281e: Fix the background color of
TableDropDownMenufrombg-whitetobg-background333df85: Update moduleResolution in tsconfig.json to bundler
d583b1f: import
Lexeronly for possible tree-shaking20330ba: add table text/html copy so that it can be recognized as table format in applications like Excel
7ae9881: fix: long link text overflows (fix: long link text overflows #139)