mirror of
https://github.com/vercel/streamdown.git
synced 2026-09-19 02:18:37 +08:00
15ba1aee86
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
716 B
716 B
@streamdown/code
1.1.1
Patch Changes
651873d: Fall back to plain text highlighting when the code block language identifier is unknown or truncated mid-stream, preventing Shiki from throwing on unsupported language names.
1.1.0
Minor Changes
01d27e9: Add support for custom Shiki themes via athemesoption oncreateCodePlugin, accepting a[light, dark]pair of bundled theme names or full theme registration objects.
1.0.3
Patch Changes
c597336: Use JS engine
1.0.2
Patch Changes
c995fb7: Add bundled-language aliases for common JavaScript, TypeScript, and shell code fence labels.6b42a85: Remove CJS builds
1.0.1
Patch Changes
0b80aed: Plugins