diff --git a/.changeset/add-list-style-prop.md b/.changeset/add-list-style-prop.md new file mode 100644 index 00000000..333c9250 --- /dev/null +++ b/.changeset/add-list-style-prop.md @@ -0,0 +1,10 @@ +--- +"streamdown": minor +--- + +Add `listStyle` prop for hierarchical bullet styling in nested lists. + +- New `listStyle` prop accepts `"flat"` or `"hierarchical"` (default: `"hierarchical"`) +- Hierarchical mode cycles bullet styles through disc → circle → square based on nesting depth +- Flat mode preserves the previous uniform `list-disc` behavior +- All list elements (`