remend@1.2.2

vercel/streamdownremend@1.2.2Mar 5, 2026

AI Summary

This patch fixes emphasis completion handlers incorrectly closing bold/italic/strikethrough markers that appear inside complete inline code spans.

Key Highlights

  • Fix emphasis completion inside inline code spans (e.g., `**bold` no longer gets stray ** appended)

New Features

  • Emphasis completion fix for inline code

Full Release Notes

### Patch Changes

-   a725579: Fix emphasis completion handlers incorrectly closing bold/italic/strikethrough markers that appear inside complete inline code spans (e.g. `` `**bold` `` no longer gets a stray `**` appended outside the backticks).