remend@1.0.2

vercel/streamdownremend@1.0.2Jan 12, 2026

AI Summary

This is a patch release (1.0.2) focused on bug fixes for the remend markdown parser. It includes various fixes for code block handling, bold/italic nesting, math block parsing, setext headings, and horizontal rules. The main enhancement makes remend configurable.

Key Highlights

  • Make remend configurable
  • Fix code block output containing extra underscores
  • Fix incorrect bold-italic nesting auto-completion
  • Fix asterisks inside math blocks being incorrectly treated as italic markers
  • Fix setext heading issues

New Features

  • Make remend configurable

Full Release Notes

### Patch Changes

-   104798e: Make remend configurable
-   6769e7a: Fix trailing space issues
-   217b128: fix: Code block output contains extra \_\_
-   68109f2: Fix setext heading issues
-   e0ee74e: fix: Inline code block containing $$ is incorrectly completed
-   45f0f4d: Improve support for horizontal rules
-   b8c8c79: fix: should not add closing markers to overlapping bold and italic
    fix: should handle code block with incomplete inline code after
    fix: should not add closing markers to overlapping bold and italic
    fix: should close nested underscore italic before bold
-   68f29c0: should not add trailing underscore for images with underscores in URL (#284)
-   e7eca51: fix incorrect bold-italic nesting auto-completion
-   d708864: Fix asterisks inside math blocks being incorrectly treated as italic markers